Share via


DataCenterResourceProperties.DelegatedSubnetId Property

Definition

Gets or sets resource id of a subnet the nodes in this data center should have their network interfaces connected to. The subnet must be in the same region specified in 'dataCenterLocation' and must be able to route to the subnet specified in the cluster's 'delegatedManagementSubnetId' property. This resource id will be of the form '/subscriptions/<subscription id>/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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to