DbServerProvisioningState 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.
DbServerProvisioningState enum.
public readonly struct DbServerProvisioningState : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DbServerProvisioningState>
type DbServerProvisioningState = struct
Public Structure DbServerProvisioningState
Implements IEquatable(Of DbServerProvisioningState)
- Inheritance
-
DbServerProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| DbServerProvisioningState(String) |
Initializes a new instance of Azure.ResourceManager.OracleDatabase.Models.DBServerProvisioningState. |
Properties
| Name | Description |
|---|---|
| Available |
Indicates that resource in Available state. |
| Creating |
Indicates that resource in Creating state. |
| Deleted |
Indicates that resource in Deleted state. |
| Deleting |
Indicates that resource in Deleting state. |
| MaintenanceInProgress |
Indicates that resource maintenance in progress state. |
| Unavailable |
Indicates that resource in Unavailable state. |
Methods
| Name | Description |
|---|---|
| Equals(DbServerProvisioningState) | |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DbServerProvisioningState, DbServerProvisioningState) | |
| Implicit(String to DbServerProvisioningState) | |
| Inequality(DbServerProvisioningState, DbServerProvisioningState) | |