SqlDatabaseState 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 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
Azure SDK for .NET