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,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleAddHeaders |
JobScheduleAddHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleAddHeaders |
JobScheduleAddHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobScheduleAddHeaders |
JobScheduleAddHeaders.withETag(String eTag)
Set the eTag value.
|
JobScheduleAddHeaders |
JobScheduleAddHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobScheduleAddHeaders |
JobScheduleAddHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.