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

NetworkPlugin Struct

Definition

Network plugin used for building the Kubernetes network.

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

Fields

Azure

Use the Azure CNI network plugin. See Azure CNI (advanced) networking for more information.

Kubenet

Use the Kubenet network plugin. See Kubenet (basic) networking for more information.

None

No CNI plugin is pre-installed. See BYO CNI for more information.

Methods

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

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

Equals(NetworkPlugin)

Compares values of enum type NetworkPlugin

Equals(Object)

Compares values of enum type NetworkPlugin (override for Object)

GetHashCode()

Returns hashCode for enum NetworkPlugin

ToString()

Returns string representation for NetworkPlugin

Operators

Equality(NetworkPlugin, NetworkPlugin)

Overriding == operator for enum NetworkPlugin

Implicit(NetworkPlugin to String)

Implicit operator to convert NetworkPlugin to string

Implicit(String to NetworkPlugin)

Implicit operator to convert string to NetworkPlugin

Inequality(NetworkPlugin, NetworkPlugin)

Overriding != operator for enum NetworkPlugin

Applies to