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

L3NetworkConfigurationIpamEnabled Struct

Definition

The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.

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

Fields

False
True

Methods

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

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

Equals(L3NetworkConfigurationIpamEnabled)

Compares values of enum type L3NetworkConfigurationIpamEnabled

Equals(Object)

Compares values of enum type L3NetworkConfigurationIpamEnabled (override for Object)

GetHashCode()

Returns hashCode for enum L3NetworkConfigurationIpamEnabled

ToString()

Returns string representation for L3NetworkConfigurationIpamEnabled

Operators

Equality(L3NetworkConfigurationIpamEnabled, L3NetworkConfigurationIpamEnabled)

Overriding == operator for enum L3NetworkConfigurationIpamEnabled

Implicit(L3NetworkConfigurationIpamEnabled to String)

Implicit operator to convert L3NetworkConfigurationIpamEnabled to string

Implicit(String to L3NetworkConfigurationIpamEnabled)

Implicit operator to convert string to L3NetworkConfigurationIpamEnabled

Inequality(L3NetworkConfigurationIpamEnabled, L3NetworkConfigurationIpamEnabled)

Overriding != operator for enum L3NetworkConfigurationIpamEnabled

Applies to