PSContainerServiceNetworkProfile.NetworkMode Property

Definition

Overloads

NetworkMode

Gets or sets the network mode Azure CNI is configured with.

NetworkMode

Gets or sets the network mode Azure CNI is configured with.

public string NetworkMode { get; set; }
member this.NetworkMode : string with get, set
Public Property NetworkMode As String

Property Value

Remarks

This cannot be specified if networkPlugin is anything other than 'azure'. Possible values include: 'transparent', 'bridge'

Applies to