Delen via


NetworkIPAllocationType Struct

Definition

IpAllocation type.

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

Constructors

NetworkIPAllocationType(String)

Initializes a new instance of NetworkIPAllocationType.

Properties

Hypernet

Hypernet.

Undefined

Undefined.

Methods

Equals(NetworkIPAllocationType)

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

Determines if two NetworkIPAllocationType values are the same.

Implicit(String to NetworkIPAllocationType)

Converts a string to a NetworkIPAllocationType.

Inequality(NetworkIPAllocationType, NetworkIPAllocationType)

Determines if two NetworkIPAllocationType values are not the same.

Applies to