RosBackendServerAttachmentProps
Properties for defining a RosBackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosBackendServerAttachmentProps {
object ServerGroupId,
object Servers
};
Properties
Name | Type | Description |
---|---|---|
ServerGroupId |
object |
No description. |
Servers |
object |
No description. |
ServerGroupId
Required
public object ServerGroupId { get; set; }
- Type: object
Servers
Required
public object Servers { get; set; }
- Type: object