Share via


NetworkIPAllocationMethod Struct

Definition

IP address allocation method.

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

Constructors

NetworkIPAllocationMethod(String)

Initializes a new instance of NetworkIPAllocationMethod.

Properties

Dynamic

Dynamic.

Static

Static.

Methods

Equals(NetworkIPAllocationMethod)

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(NetworkIPAllocationMethod, NetworkIPAllocationMethod)

Determines if two NetworkIPAllocationMethod values are the same.

Implicit(String to NetworkIPAllocationMethod)

Converts a string to a NetworkIPAllocationMethod.

Inequality(NetworkIPAllocationMethod, NetworkIPAllocationMethod)

Determines if two NetworkIPAllocationMethod values are not the same.

Applies to