RulesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sae;
new RulesProperty {
object AppId,
object ContainerPort,
object Domain,
object Path,
object BackendProtocol = null,
object RewritePath = null
};
Properties
AppId
Required
public object AppId { get; set; }
ContainerPort
Required
public object ContainerPort { get; set; }
Domain
Required
public object Domain { get; set; }
Path
Required
public object Path { get; set; }
BackendProtocol
Optional
public object BackendProtocol { get; set; }
RewritePath
Optional
public object RewritePath { get; set; }