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