ExpressRouteAuthorizationProvisioningState 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.
Express Route Circuit Authorization provisioning state.
public readonly struct ExpressRouteAuthorizationProvisioningState : IEquatable<Azure.ResourceManager.Avs.Models.ExpressRouteAuthorizationProvisioningState>
type ExpressRouteAuthorizationProvisioningState = struct
Public Structure ExpressRouteAuthorizationProvisioningState
Implements IEquatable(Of ExpressRouteAuthorizationProvisioningState)
- Inheritance
-
ExpressRouteAuthorizationProvisioningState
- Implements
Constructors
ExpressRouteAuthorizationProvisioningState(String) |
Initializes a new instance of ExpressRouteAuthorizationProvisioningState. |
Properties
Canceled |
Resource creation was canceled. |
Failed |
Resource creation failed. |
Succeeded |
Resource has been created. |
Updating |
is updating. |
Methods
Equals(ExpressRouteAuthorizationProvisioningState) |
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(ExpressRouteAuthorizationProvisioningState, ExpressRouteAuthorizationProvisioningState) |
Determines if two ExpressRouteAuthorizationProvisioningState values are the same. |
Implicit(String to ExpressRouteAuthorizationProvisioningState) |
Converts a String to a ExpressRouteAuthorizationProvisioningState. |
Inequality(ExpressRouteAuthorizationProvisioningState, ExpressRouteAuthorizationProvisioningState) |
Determines if two ExpressRouteAuthorizationProvisioningState values are not the same. |
Applies to
Azure SDK for .NET