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

IPAllocationMethod Struct

Definition

IP address allocation method.

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

Fields

Dynamic
Static
Unknown

Methods

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

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

Equals(IPAllocationMethod)

Compares values of enum type IPAllocationMethod

Equals(Object)

Compares values of enum type IPAllocationMethod (override for Object)

GetHashCode()

Returns hashCode for enum IPAllocationMethod

ToString()

Returns string representation for IPAllocationMethod

Operators

Equality(IPAllocationMethod, IPAllocationMethod)

Overriding == operator for enum IPAllocationMethod

Implicit(IPAllocationMethod to String)

Implicit operator to convert IPAllocationMethod to string

Implicit(String to IPAllocationMethod)

Implicit operator to convert string to IPAllocationMethod

Inequality(IPAllocationMethod, IPAllocationMethod)

Overriding != operator for enum IPAllocationMethod

Applies to