Compartir a través de


TriggeredJobRun.Status Propiedad

Definición

Obtiene o establece el estado del trabajo. Entre los valores posibles se incluyen: 'Success', 'Failed', 'Error'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.WebSites.Models.TriggeredWebJobStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.WebSites.Models.TriggeredWebJobStatus> with get, set
Public Property Status As Nullable(Of TriggeredWebJobStatus)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a