次の方法で共有


DataBoxEdgeDeviceExtendedInfoPatch.SyncStatus プロパティ

定義

キー コンテナーへの再同期を開始または変更するための設定を取得または設定し、状態を KeyVaultSyncPending に設定します。残りの状態は適用されません。 使用できる値は、'KeyVaultSynced'、'KeyVaultSyncFailed'、'KeyVaultNotConfigured'、'KeyVaultSyncPending'、'KeyVaultSyncing'、'KeyVaultNotSynced' です。

[Newtonsoft.Json.JsonProperty(PropertyName="syncStatus")]
public string SyncStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="syncStatus")>]
member this.SyncStatus : string with get, set
Public Property SyncStatus As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象