Partilhar 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

Name Description
L3NetworkProvisioningState(String)

Initializes a new instance of L3NetworkProvisioningState.

Properties

Name Description
Accepted

Accepted.

Canceled

Canceled.

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Methods

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

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