L2NetworkProvisioningState Struct

Definition

The provisioning state of the L2 network.

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

Constructors

L2NetworkProvisioningState(String)

Initializes a new instance of L2NetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(L2NetworkProvisioningState)

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

Determines if two L2NetworkProvisioningState values are the same.

Implicit(String to L2NetworkProvisioningState)

Converts a string to a L2NetworkProvisioningState.

Inequality(L2NetworkProvisioningState, L2NetworkProvisioningState)

Determines if two L2NetworkProvisioningState values are not the same.

Applies to