Compartir a través de


ServerOperation.State Propiedad

Definición

Obtiene el estado de la operación. Entre los valores posibles se incluyen: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a