你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkMode Struct

Definition

This cannot be specified if networkPlugin is anything other than 'azure'.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkModeTypeConverter))]
public struct NetworkMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkModeTypeConverter))>]
type NetworkMode = struct
    interface IArgumentCompleter
Public Structure NetworkMode
Implements IArgumentCompleter, IEquatable(Of NetworkMode)
Inheritance
NetworkMode
Attributes
Implements

Fields

Bridge

This is no longer supported

Transparent

No bridge is created. Intra-VM Pod to Pod communication is through IP routes created by Azure CNI. See Transparent Mode for more information.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NetworkMode)

Compares values of enum type NetworkMode

Equals(Object)

Compares values of enum type NetworkMode (override for Object)

GetHashCode()

Returns hashCode for enum NetworkMode

ToString()

Returns string representation for NetworkMode

Operators

Equality(NetworkMode, NetworkMode)

Overriding == operator for enum NetworkMode

Implicit(NetworkMode to String)

Implicit operator to convert NetworkMode to string

Implicit(String to NetworkMode)

Implicit operator to convert string to NetworkMode

Inequality(NetworkMode, NetworkMode)

Overriding != operator for enum NetworkMode

Applies to