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

HybridAksPluginType Struct

Definition

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.

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

Fields

Dpdk
OSDevice
Sriov

Methods

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

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

Equals(HybridAksPluginType)

Compares values of enum type HybridAksPluginType

Equals(Object)

Compares values of enum type HybridAksPluginType (override for Object)

GetHashCode()

Returns hashCode for enum HybridAksPluginType

ToString()

Returns string representation for HybridAksPluginType

Operators

Equality(HybridAksPluginType, HybridAksPluginType)

Overriding == operator for enum HybridAksPluginType

Implicit(HybridAksPluginType to String)

Implicit operator to convert HybridAksPluginType to string

Implicit(String to HybridAksPluginType)

Implicit operator to convert string to HybridAksPluginType

Inequality(HybridAksPluginType, HybridAksPluginType)

Overriding != operator for enum HybridAksPluginType

Applies to