Freigeben über


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