ManagedClusterHostedSystemProfile.SystemNodeSubnetId Property

Definition

Gets or sets the ID of the subnet that will be joined by system nodes managed and hosted by AKS for running critical system addons. This ID must be provided together with nodeSubnetID and apiserverAccessProfile.subnetId, and all three subnet IDs must belong to the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /26 CIDR.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to