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<Void,JobScheduleTerminateHeaders>> |
JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleTerminateHeaders |
JobScheduleTerminateHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleTerminateHeaders |
JobScheduleTerminateHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobScheduleTerminateHeaders |
JobScheduleTerminateHeaders.withETag(String eTag)
Set the eTag value.
|
JobScheduleTerminateHeaders |
JobScheduleTerminateHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobScheduleTerminateHeaders |
JobScheduleTerminateHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.