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

IPAllocationType Struct

Definition

The type of the IP address allocation, defaulted to "DualStack".

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

Fields

DualStack
Ipv4
Ipv6

Methods

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

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

Equals(IPAllocationType)

Compares values of enum type IPAllocationType

Equals(Object)

Compares values of enum type IPAllocationType (override for Object)

GetHashCode()

Returns hashCode for enum IPAllocationType

ToString()

Returns string representation for IPAllocationType

Operators

Equality(IPAllocationType, IPAllocationType)

Overriding == operator for enum IPAllocationType

Implicit(IPAllocationType to String)

Implicit operator to convert IPAllocationType to string

Implicit(String to IPAllocationType)

Implicit operator to convert string to IPAllocationType

Inequality(IPAllocationType, IPAllocationType)

Overriding != operator for enum IPAllocationType

Applies to