SyncAgentState Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para SyncAgentState.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentState>))]
public class SyncAgentState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentState>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentState>))>]
type SyncAgentState = class
inherit ExpandableStringEnum<SyncAgentState>
Public Class SyncAgentState
Inherits ExpandableStringEnum(Of SyncAgentState)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
SyncAgentState() |
Define valores para SyncAgentState. |
Campos
NeverConnected |
Define valores para SyncAgentState. |
Offline |
Define valores para SyncAgentState. |
Online |
Define valores para SyncAgentState. |
Propriedades
Value |
Define valores para SyncAgentState. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para SyncAgentState. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para SyncAgentState. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para SyncAgentState. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para SyncAgentState. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET