SyncAgentState 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.
State of the sync agent.
public readonly struct SyncAgentState : IEquatable<Azure.ResourceManager.Sql.Models.SyncAgentState>
type SyncAgentState = struct
Public Structure SyncAgentState
Implements IEquatable(Of SyncAgentState)
- Inheritance
-
SyncAgentState
- Implements
Constructors
SyncAgentState(String) |
Initializes a new instance of SyncAgentState. |
Properties
NeverConnected |
NeverConnected. |
Offline |
Offline. |
Online |
Online. |
Methods
Equals(SyncAgentState) |
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(SyncAgentState, SyncAgentState) |
Determines if two SyncAgentState values are the same. |
Implicit(String to SyncAgentState) |
Converts a string to a SyncAgentState. |
Inequality(SyncAgentState, SyncAgentState) |
Determines if two SyncAgentState values are not the same. |
Applies to
Azure SDK for .NET