ManagedClusterAPIServerAccessProfile.SubnetId Property

Definition

Gets or sets the subnet to be used when apiserver vnet integration is enabled. It is required when creating a new cluster with BYO Vnet, or when updating an existing cluster to enable apiserver vnet integration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to