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

IPFamily Struct

Definition

The IP version to use for cluster networking and IP assignment.

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

Fields

IPv4
IPv6

Methods

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

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

Equals(IPFamily)

Compares values of enum type IPFamily

Equals(Object)

Compares values of enum type IPFamily (override for Object)

GetHashCode()

Returns hashCode for enum IPFamily

ToString()

Returns string representation for IPFamily

Operators

Equality(IPFamily, IPFamily)

Overriding == operator for enum IPFamily

Implicit(IPFamily to String)

Implicit operator to convert IPFamily to string

Implicit(String to IPFamily)

Implicit operator to convert string to IPFamily

Inequality(IPFamily, IPFamily)

Overriding != operator for enum IPFamily

Applies to