Sdílet prostřednictvím


ManagedDatabaseStatus Struct

Definition

Status of the database.

public readonly struct ManagedDatabaseStatus : IEquatable<Azure.ResourceManager.Sql.Models.ManagedDatabaseStatus>
type ManagedDatabaseStatus = struct
Public Structure ManagedDatabaseStatus
Implements IEquatable(Of ManagedDatabaseStatus)
Inheritance
ManagedDatabaseStatus
Implements

Constructors

ManagedDatabaseStatus(String)

Initializes a new instance of ManagedDatabaseStatus.

Properties

Creating

Creating.

DBCopying

DbCopying.

DBMoving

DbMoving.

Inaccessible

Inaccessible.

Offline

Offline.

Online

Online.

Restoring

Restoring.

Shutdown

Shutdown.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Updating

Updating.

Methods

Equals(ManagedDatabaseStatus)

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(ManagedDatabaseStatus, ManagedDatabaseStatus)

Determines if two ManagedDatabaseStatus values are the same.

Implicit(String to ManagedDatabaseStatus)

Converts a string to a ManagedDatabaseStatus.

Inequality(ManagedDatabaseStatus, ManagedDatabaseStatus)

Determines if two ManagedDatabaseStatus values are not the same.

Applies to