JobListParameters.Status Propriedade
Opcional. Obtém ou define o status do trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string Status { get; set; }
public:
property String^ Status {
String^ get();
void set(String^ value);
}
member Status : string with get, set
Public Property Status As String
Valor de propriedade
Type: System.String
Consulte também
Classe JobListParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo