次の方法で共有


SyncDirection クラス

定義

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)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

SyncDirection()

SyncDirection の値を定義します。

フィールド

Bidirectional

SyncDirection の値を定義します。

OneWayHubToMember

SyncDirection の値を定義します。

OneWayMemberToHub

SyncDirection の値を定義します。

プロパティ

Value

SyncDirection の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

SyncDirection の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

SyncDirection の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

SyncDirection の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

SyncDirection の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象