Share via


VaultProperties.MoveState Property

Definition

Gets the State of the Resource after the move operation. Possible values include: 'Unknown', 'InProgress', 'PrepareFailed', 'CommitFailed', 'PrepareTimedout', 'CommitTimedout', 'MoveSucceeded', 'Failure', 'CriticalFailure', 'PartialSuccess'

[Newtonsoft.Json.JsonProperty(PropertyName="moveState")]
public string MoveState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="moveState")>]
member this.MoveState : string
Public ReadOnly Property MoveState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to