FrontDoorProvisioningState 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.
Provisioning status.
public readonly struct FrontDoorProvisioningState : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorProvisioningState>
type FrontDoorProvisioningState = struct
Public Structure FrontDoorProvisioningState
Implements IEquatable(Of FrontDoorProvisioningState)
- Inheritance
-
FrontDoorProvisioningState
- Implements
Constructors
FrontDoorProvisioningState(String) |
Initializes a new instance of FrontDoorProvisioningState. |
Properties
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(FrontDoorProvisioningState) |
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(FrontDoorProvisioningState, FrontDoorProvisioningState) |
Determines if two FrontDoorProvisioningState values are the same. |
Implicit(String to FrontDoorProvisioningState) |
Converts a string to a FrontDoorProvisioningState. |
Inequality(FrontDoorProvisioningState, FrontDoorProvisioningState) |
Determines if two FrontDoorProvisioningState values are not the same. |
Applies to
Azure SDK for .NET