ConnectedEnvironmentStorageProvisioningState 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 state of the storage.
public readonly struct ConnectedEnvironmentStorageProvisioningState : IEquatable<Azure.ResourceManager.AppContainers.Models.ConnectedEnvironmentStorageProvisioningState>
type ConnectedEnvironmentStorageProvisioningState = struct
Public Structure ConnectedEnvironmentStorageProvisioningState
Implements IEquatable(Of ConnectedEnvironmentStorageProvisioningState)
- Inheritance
-
ConnectedEnvironmentStorageProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectedEnvironmentStorageProvisioningState(String) |
Initializes a new instance of ConnectedEnvironmentStorageProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectedEnvironmentStorageProvisioningState) |
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(ConnectedEnvironmentStorageProvisioningState, ConnectedEnvironmentStorageProvisioningState) |
Determines if two ConnectedEnvironmentStorageProvisioningState values are the same. |
| Implicit(String to ConnectedEnvironmentStorageProvisioningState) |
Converts a String to a ConnectedEnvironmentStorageProvisioningState. |
| Inequality(ConnectedEnvironmentStorageProvisioningState, ConnectedEnvironmentStorageProvisioningState) |
Determines if two ConnectedEnvironmentStorageProvisioningState values are not the same. |