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 |
---|---|
rx.Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> |
JobSchedules.getWithServiceResponseAsync(String jobScheduleId)
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 |
---|---|
JobScheduleGetHeaders |
JobScheduleGetHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleGetHeaders |
JobScheduleGetHeaders.withETag(String eTag)
Set the eTag value.
|
JobScheduleGetHeaders |
JobScheduleGetHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobScheduleGetHeaders |
JobScheduleGetHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.