Share via


ContainerServiceNetworkProfile.NetworkPlugin Property

Definition

Gets or sets network plugin used for building the Kubernetes network. Possible values include: 'azure', 'kubenet', 'none'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to