JobUpdateStateParameters.UpdateStateReason Property
Optional. A description of the circumstances associated with this job state update.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Syntax
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
Property Value
Type: System.String
See Also
JobUpdateStateParameters Class
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top