SyncDirection 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 SyncDirection.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncDirection>))]
public class SyncDirection : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.SyncDirection>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncDirection>))>]
type SyncDirection = class
inherit ExpandableStringEnum<SyncDirection>
Public Class SyncDirection
Inherits ExpandableStringEnum(Of SyncDirection)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
SyncDirection() |
Define valores para SyncDirection. |
Campos
Bidirectional |
Define valores para SyncDirection. |
OneWayHubToMember |
Define valores para SyncDirection. |
OneWayMemberToHub |
Define valores para SyncDirection. |
Propriedades
Value |
Define valores para SyncDirection. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para SyncDirection. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para SyncDirection. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para SyncDirection. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para SyncDirection. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET