BackendServerAttachmentProps
Properties for defining a BackendServerAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-backendserverattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new BackendServerAttachmentProps {
object ServerGroupId,
object Servers
};
Properties
Name | Type | Description |
---|---|---|
ServerGroupId |
object |
Property serverGroupId: The ID of the server group. |
Servers |
object |
Property servers: The backend servers that you want to add to the server group. |
ServerGroupId
Required
public object ServerGroupId { get; set; }
- Type: object
Property serverGroupId: The ID of the server group.
Servers
Required
public object Servers { get; set; }
- Type: object
Property servers: The backend servers that you want to add to the server group.
You can specify up to 40 servers in each call.