Share via


L3NetworkConfigurationIpamEnabled Struct

Definition

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

public readonly struct L3NetworkConfigurationIpamEnabled : IEquatable<Azure.ResourceManager.NetworkCloud.Models.L3NetworkConfigurationIpamEnabled>
type L3NetworkConfigurationIpamEnabled = struct
Public Structure L3NetworkConfigurationIpamEnabled
Implements IEquatable(Of L3NetworkConfigurationIpamEnabled)
Inheritance
L3NetworkConfigurationIpamEnabled
Implements

Constructors

L3NetworkConfigurationIpamEnabled(String)

Initializes a new instance of L3NetworkConfigurationIpamEnabled.

Properties

False

False.

True

True.

Methods

Equals(L3NetworkConfigurationIpamEnabled)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(L3NetworkConfigurationIpamEnabled, L3NetworkConfigurationIpamEnabled)

Determines if two L3NetworkConfigurationIpamEnabled values are the same.

Implicit(String to L3NetworkConfigurationIpamEnabled)

Converts a string to a L3NetworkConfigurationIpamEnabled.

Inequality(L3NetworkConfigurationIpamEnabled, L3NetworkConfigurationIpamEnabled)

Determines if two L3NetworkConfigurationIpamEnabled values are not the same.

Applies to