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

Name Description
L2NetworkProvisioningState(String)

Initializes a new instance of L2NetworkProvisioningState.

Properties

Name Description
Accepted

The Accepted status.

Canceled

The Canceled status.

Failed

The Failed status.

Provisioning

The Provisioning status.

Succeeded

The Succeeded status.

Methods

Name Description
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

Name Description
Equality(L2NetworkProvisioningState, L2NetworkProvisioningState)

Determines if two L2NetworkProvisioningState values are the same.

Implicit(String to L2NetworkProvisioningState)

Converts a string to a L2NetworkProvisioningState.

Implicit(String to Nullable<L2NetworkProvisioningState>)
Inequality(L2NetworkProvisioningState, L2NetworkProvisioningState)

Determines if two L2NetworkProvisioningState values are not the same.

Applies to