共用方式為


ResourceMoveDetails.OperationInProgress Property

Definition

Gets or sets denotes whether move operation is in progress. Possible values include: 'None', 'ResourceMoveInProgress', 'ResourceMoveFailed'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to