AutonomousDatabaseLifecycleState 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.
Autonomous database lifecycle state enum.
public readonly struct AutonomousDatabaseLifecycleState : IEquatable<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseLifecycleState>
type AutonomousDatabaseLifecycleState = struct
Public Structure AutonomousDatabaseLifecycleState
Implements IEquatable(Of AutonomousDatabaseLifecycleState)
- Inheritance
-
AutonomousDatabaseLifecycleState
- Implements
Constructors
AutonomousDatabaseLifecycleState(String) |
Initializes a new instance of AutonomousDatabaseLifecycleState. |
Properties
Available |
Indicates that resource in Available state. |
AvailableNeedsAttention |
Indicates that resource is available but needs attention. |
BackupInProgress |
Indicates that resource in BackupInProgress state. |
Inaccessible |
IIndicates that resource in Inaccessible state. |
MaintenanceInProgress |
Indicates that resource maintenance in progress state. |
Provisioning |
Indicates that resource in Provisioning state. |
Recreating |
Indicates that resource in Recreating state. |
Restarting |
Indicates that resource in Restarting state. |
RestoreFailed |
Indicates that resource in RestoreFailed state. |
RestoreInProgress |
Indicates that resource in RestoreInProgress state. |
RoleChangeInProgress |
Indicates that resource role change in progress state. |
ScaleInProgress |
Indicates that resource in ScaleInProgress state. |
Standby |
Indicates that resource in Standby state. |
Starting |
Indicates that resource in Starting state. |
Stopped |
Indicates that resource in Stopped state. |
Stopping |
Indicates that resource in Stopping state. |
Terminated |
Indicates that resource in Terminated state. |
Terminating |
Indicates that resource in Terminating state. |
Unavailable |
Indicates that resource in Unavailable state. |
Updating |
Indicates that resource in Updating state. |
Upgrading |
Indicates that resource in Upgrading state. |
Methods
Equals(AutonomousDatabaseLifecycleState) |
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
Equality(AutonomousDatabaseLifecycleState, AutonomousDatabaseLifecycleState) |
Determines if two AutonomousDatabaseLifecycleState values are the same. |
Implicit(String to AutonomousDatabaseLifecycleState) |
Converts a string to a AutonomousDatabaseLifecycleState. |
Inequality(AutonomousDatabaseLifecycleState, AutonomousDatabaseLifecycleState) |
Determines if two AutonomousDatabaseLifecycleState values are not the same. |
Applies to
Azure SDK for .NET