L3NetworkProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
The Accepted status. |
| Canceled |
The Canceled status. |
| Failed |
The Failed status. |
| Provisioning |
The Provisioning status. |
| Succeeded |
The Succeeded status. |
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. |
| Implicit(String to Nullable<L3NetworkProvisioningState>) | |
| Inequality(L3NetworkProvisioningState, L3NetworkProvisioningState) |
Determines if two L3NetworkProvisioningState values are not the same. |