ProviderHubProvisioningState 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 ProviderHubProvisioningState.
public readonly struct ProviderHubProvisioningState : IEquatable<Azure.ResourceManager.ProviderHub.Models.ProviderHubProvisioningState>
type ProviderHubProvisioningState = struct
Public Structure ProviderHubProvisioningState
Implements IEquatable(Of ProviderHubProvisioningState)
- Inheritance
-
ProviderHubProvisioningState
- Implements
Constructors
ProviderHubProvisioningState(String) |
Initializes a new instance of ProviderHubProvisioningState. |
Properties
Accepted |
Accepted. |
Canceled |
Canceled. |
Created |
Created. |
Creating |
Creating. |
Deleted |
Deleted. |
Deleting |
Deleting. |
Failed |
Failed. |
MovingResources |
MovingResources. |
NotSpecified |
NotSpecified. |
RolloutInProgress |
RolloutInProgress. |
Running |
Running. |
Succeeded |
Succeeded. |
TransientFailure |
TransientFailure. |
Methods
Equals(ProviderHubProvisioningState) |
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(ProviderHubProvisioningState, ProviderHubProvisioningState) |
Determines if two ProviderHubProvisioningState values are the same. |
Implicit(String to ProviderHubProvisioningState) |
Converts a string to a ProviderHubProvisioningState. |
Inequality(ProviderHubProvisioningState, ProviderHubProvisioningState) |
Determines if two ProviderHubProvisioningState values are not the same. |
Applies to
Azure SDK for .NET