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

PublicIPType Struct

Definition

Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)

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

Fields

DualStack
IPv4

Methods

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

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

Equals(Object)

Compares values of enum type PublicIPType (override for Object)

Equals(PublicIPType)

Compares values of enum type PublicIPType

GetHashCode()

Returns hashCode for enum PublicIPType

ToString()

Returns string representation for PublicIPType

Operators

Equality(PublicIPType, PublicIPType)

Overriding == operator for enum PublicIPType

Implicit(PublicIPType to String)

Implicit operator to convert PublicIPType to string

Implicit(String to PublicIPType)

Implicit operator to convert string to PublicIPType

Inequality(PublicIPType, PublicIPType)

Overriding != operator for enum PublicIPType

Applies to