Freigeben über


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

Name Description
SyncGroupState(String)

Initializes a new instance of SyncGroupState.

Properties

Name Description
Error

Error.

Good

Good.

NotReady

NotReady.

Progressing

Progressing.

Warning

Warning.

Methods

Name Description
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

Name Description
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