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