Share via


SqlDatabaseState Struct

Definition

The SqlDatabaseState.

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

Constructors

SqlDatabaseState(String)

Initializes a new instance of SqlDatabaseState.

Properties

All

All.

Deleted

Deleted.

Live

Live.

Methods

Equals(SqlDatabaseState)

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

Determines if two SqlDatabaseState values are the same.

Implicit(String to SqlDatabaseState)

Converts a string to a SqlDatabaseState.

Inequality(SqlDatabaseState, SqlDatabaseState)

Determines if two SqlDatabaseState values are not the same.

Applies to