다음을 통해 공유


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