JobUpdateStateParameters.UpdateStateReason Propriedade
Opcional. Uma descrição das circunstâncias associados com essa atualização de estado de trabalho.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string UpdateStateReason { get; set; }
public:
property String^ UpdateStateReason {
String^ get();
void set(String^ value);
}
member UpdateStateReason : string with get, set
Public Property UpdateStateReason As String
Valor de propriedade
Type: System.String
Consulte também
Classe JobUpdateStateParameters
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo