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
AppIdRequired
public object AppId { get; set; }
ContainerPortRequired
public object ContainerPort { get; set; }
DomainRequired
public object Domain { get; set; }
PathRequired
public object Path { get; set; }
BackendProtocolOptional
public object BackendProtocol { get; set; }
RewritePathOptional
public object RewritePath { get; set; }