Condividi tramite


ContainerServiceNetworkProfile.NetworkPlugin Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="networkPlugin")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkPlugin NetworkPlugin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="networkPlugin")>]
member this.NetworkPlugin : Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkPlugin with get, set
Public Property NetworkPlugin As NetworkPlugin

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to