ManagedClusterHostedSystemProfile.NodeSubnetId Property

Definition

Gets or sets the ID of the subnet that will be joined by worker nodes managed by node auto provisioner for running workload pods in your tenant. This must be provided together with systemNodeSubnetID and apiserverAccessProfile.subnetId, and all three subnet IDs must be in the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /16 CIDR.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to