Share via


DscCompilationJob.Status Propiedad

Definición

Obtiene o establece el estado del trabajo. Entre los valores posibles se incluyen: 'New', 'Activating', 'Running', 'Completed', 'Failed', 'Stopped', 'Blocked', 'Suspended', 'Disconnected', 'Suspending', 'Stopping', 'Resuming', 'Removing'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a