SqlDatabaseStatus 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.
The status of the database.
public readonly struct SqlDatabaseStatus : IEquatable<Azure.ResourceManager.Sql.Models.SqlDatabaseStatus>
type SqlDatabaseStatus = struct
Public Structure SqlDatabaseStatus
Implements IEquatable(Of SqlDatabaseStatus)
- Inheritance
-
SqlDatabaseStatus
- Implements
Constructors
SqlDatabaseStatus(String) |
Initializes a new instance of SqlDatabaseStatus. |
Properties
AutoClosed |
AutoClosed. |
Copying |
Copying. |
Creating |
Creating. |
Disabled |
Disabled. |
EmergencyMode |
EmergencyMode. |
Inaccessible |
Inaccessible. |
Offline |
Offline. |
OfflineChangingDwPerformanceTiers |
OfflineChangingDwPerformanceTiers. |
OfflineSecondary |
OfflineSecondary. |
Online |
Online. |
OnlineChangingDwPerformanceTiers |
OnlineChangingDwPerformanceTiers. |
Paused |
Paused. |
Pausing |
Pausing. |
Recovering |
Recovering. |
RecoveryPending |
RecoveryPending. |
Restoring |
Restoring. |
Resuming |
Resuming. |
Scaling |
Scaling. |
Shutdown |
Shutdown. |
Standby |
Standby. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Suspect |
Suspect. |
Methods
Equals(SqlDatabaseStatus) |
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(SqlDatabaseStatus, SqlDatabaseStatus) |
Determines if two SqlDatabaseStatus values are the same. |
Implicit(String to SqlDatabaseStatus) |
Converts a string to a SqlDatabaseStatus. |
Inequality(SqlDatabaseStatus, SqlDatabaseStatus) |
Determines if two SqlDatabaseStatus values are not the same. |