TaskInformation.JobScheduleId Property
Gets the job schedule id.
Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public string JobScheduleId { get; private set; }
public:
property String^ JobScheduleId {
String^ get();
private: void set(String^ value);
}
member JobScheduleId : string with get, private set
Public Property JobScheduleId As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
TaskInformation Class
Microsoft.Azure.Batch Namespace
Return to top