DataCenterResourceProperties.DelegatedSubnetId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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