NetAppCacheProvisioningState 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.
Azure lifecycle management.
public readonly struct NetAppCacheProvisioningState : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppCacheProvisioningState>
type NetAppCacheProvisioningState = struct
Public Structure NetAppCacheProvisioningState
Implements IEquatable(Of NetAppCacheProvisioningState)
- Inheritance
-
NetAppCacheProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppCacheProvisioningState(String) |
Initializes a new instance of NetAppCacheProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Resource creation was canceled. |
| Creating |
The resource is being created. |
| Deleting |
The resource is being deleted. |
| Failed |
The resource is in a failed state. |
| Succeeded |
The resource is succeeded. |
| Updating |
The resource is being updated. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppCacheProvisioningState) |
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(NetAppCacheProvisioningState, NetAppCacheProvisioningState) |
Determines if two NetAppCacheProvisioningState values are the same. |
| Implicit(String to NetAppCacheProvisioningState) |
Converts a String to a NetAppCacheProvisioningState. |
| Inequality(NetAppCacheProvisioningState, NetAppCacheProvisioningState) |
Determines if two NetAppCacheProvisioningState values are not the same. |