共用方式為


DataBoxEdgeDeviceExtendedInfoPatch.SyncStatus Property

Definition

Gets or sets for changing or to initiate the resync to key-vault set the status to KeyVaultSyncPending, rest of the status will not be applicable. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to