Share via


L3NetworkProvisioningState Struct

Definition

The provisioning state of the L3 network.

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

Constructors

L3NetworkProvisioningState(String)

Initializes a new instance of L3NetworkProvisioningState.

Properties

Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

Equals(L3NetworkProvisioningState)

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

Determines if two L3NetworkProvisioningState values are the same.

Implicit(String to L3NetworkProvisioningState)

Converts a string to a L3NetworkProvisioningState.

Inequality(L3NetworkProvisioningState, L3NetworkProvisioningState)

Determines if two L3NetworkProvisioningState values are not the same.

Applies to