Udostępnij przez


SqlReplicaConnectedState Struct

Definition

Link connected state.

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

Constructors

Name Description
SqlReplicaConnectedState(String)

Initializes a new instance of SqlReplicaConnectedState.

Properties

Name Description
Connected

CONNECTED.

Disconnected

DISCONNECTED.

Methods

Name Description
Equals(SqlReplicaConnectedState)

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

Name Description
Equality(SqlReplicaConnectedState, SqlReplicaConnectedState)

Determines if two SqlReplicaConnectedState values are the same.

Implicit(String to SqlReplicaConnectedState)

Converts a String to a SqlReplicaConnectedState.

Inequality(SqlReplicaConnectedState, SqlReplicaConnectedState)

Determines if two SqlReplicaConnectedState values are not the same.

Applies to