Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
CloudJobSchedule |
JobSchedules.get(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
rx.Observable<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
ServiceFuture<CloudJobSchedule> |
JobSchedules.getAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions,
ServiceCallback<CloudJobSchedule> serviceCallback)
Gets information about the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId,
JobScheduleGetOptions jobScheduleGetOptions)
Gets information about the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleGetOptions |
JobScheduleGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withExpand(String expand)
Set the expand value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withSelect(String select)
Set the select value.
|
JobScheduleGetOptions |
JobScheduleGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.