Udostępnij za pośrednictwem


SyncGroupState Struct

Definition

Sync state of the sync group.

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

Constructors

SyncGroupState(String)

Initializes a new instance of SyncGroupState.

Properties

Error

Error.

Good

Good.

NotReady

NotReady.

Progressing

Progressing.

Warning

Warning.

Methods

Equals(SyncGroupState)

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

Determines if two SyncGroupState values are the same.

Implicit(String to SyncGroupState)

Converts a string to a SyncGroupState.

Inequality(SyncGroupState, SyncGroupState)

Determines if two SyncGroupState values are not the same.

Applies to