ContainerServiceNetworkProfile.NetworkPolicy Property

Definition

Gets or sets network policy used for building the Kubernetes network. Possible values include: 'calico', 'azure', 'cilium'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to