你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataCenterResourceProperties.DelegatedSubnetId 属性

定义

获取或设置此数据中心中的节点应连接到其网络接口的子网的资源 ID。 子网必须位于“dataCenterLocation”中指定的同一区域,并且必须能够路由到群集的“delegatedManagementSubnetId”属性中指定的子网。 此资源 ID 的格式为“/subscriptions/<subscription id>/resourceGroups/lt;resourceGroups/<resource group>/providers/Microsoft.Network/virtualNetworks/<virtual network>/subnets/<subnet>”。

[Newtonsoft.Json.JsonProperty(PropertyName="delegatedSubnetId")]
public string DelegatedSubnetId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="delegatedSubnetId")>]
member this.DelegatedSubnetId : string with get, set
Public Property DelegatedSubnetId As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于