ManagedClusterAPIServerAccessProfile.EnableVnetIntegration Property

Definition

Gets or sets whether to enable apiserver vnet integration for the cluster or not. See aka.ms/AksVnetIntegration for more details.

[Newtonsoft.Json.JsonProperty(PropertyName="enableVnetIntegration")]
public bool? EnableVnetIntegration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableVnetIntegration")>]
member this.EnableVnetIntegration : Nullable<bool> with get, set
Public Property EnableVnetIntegration As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to