CognitiveServicesComputeProvisioningState 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 a compute resource.
public readonly struct CognitiveServicesComputeProvisioningState : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeProvisioningState>
type CognitiveServicesComputeProvisioningState = struct
Public Structure CognitiveServicesComputeProvisioningState
Implements IEquatable(Of CognitiveServicesComputeProvisioningState)
- Inheritance
-
CognitiveServicesComputeProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesComputeProvisioningState(String) |
Initializes a new instance of CognitiveServicesComputeProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
The resource provisioning request has been accepted. |
| Canceled |
The resource provisioning was canceled. |
| Deleting |
The resource is being deleted. |
| Disabled |
The resource is disabled. |
| Failed |
The resource provisioning has failed. |
| Restarting |
The compute resource is restarting. |
| Scaling |
The resource is scaling. |
| Starting |
The compute resource is starting. |
| Stopped |
The compute resource is stopped. |
| Stopping |
The compute resource is stopping. |
| Succeeded |
The resource has been fully provisioned. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesComputeProvisioningState) |
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(CognitiveServicesComputeProvisioningState, CognitiveServicesComputeProvisioningState) |
Determines if two CognitiveServicesComputeProvisioningState values are the same. |
| Implicit(String to CognitiveServicesComputeProvisioningState) |
Converts a string to a CognitiveServicesComputeProvisioningState. |
| Implicit(String to Nullable<CognitiveServicesComputeProvisioningState>) | |
| Inequality(CognitiveServicesComputeProvisioningState, CognitiveServicesComputeProvisioningState) |
Determines if two CognitiveServicesComputeProvisioningState values are not the same. |