AutonomousDatabaseBackupLifecycleState 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 backup lifecycle state enum.
public readonly struct AutonomousDatabaseBackupLifecycleState : IEquatable<Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseBackupLifecycleState>
type AutonomousDatabaseBackupLifecycleState = struct
Public Structure AutonomousDatabaseBackupLifecycleState
Implements IEquatable(Of AutonomousDatabaseBackupLifecycleState)
- Inheritance
-
AutonomousDatabaseBackupLifecycleState
- Implements
Constructors
AutonomousDatabaseBackupLifecycleState(String) |
Initializes a new instance of AutonomousDatabaseBackupLifecycleState. |
Properties
Active |
AutonomousDatabase backup is active. |
Creating |
AutonomousDatabase backup is creating. |
Deleting |
AutonomousDatabase backup is deleting. |
Failed |
AutonomousDatabase backup is failed. |
Updating |
AutonomousDatabase backup is updating. |
Methods
Equals(AutonomousDatabaseBackupLifecycleState) |
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(AutonomousDatabaseBackupLifecycleState, AutonomousDatabaseBackupLifecycleState) |
Determines if two AutonomousDatabaseBackupLifecycleState values are the same. |
Implicit(String to AutonomousDatabaseBackupLifecycleState) |
Converts a string to a AutonomousDatabaseBackupLifecycleState. |
Inequality(AutonomousDatabaseBackupLifecycleState, AutonomousDatabaseBackupLifecycleState) |
Determines if two AutonomousDatabaseBackupLifecycleState values are not the same. |
Applies to
Azure SDK for .NET