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,JobSchedulePatchHeaders>> |
JobSchedules.patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> |
JobSchedules.patchWithServiceResponseAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobSchedulePatchHeaders |
JobSchedulePatchHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobSchedulePatchHeaders |
JobSchedulePatchHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobSchedulePatchHeaders |
JobSchedulePatchHeaders.withETag(String eTag)
Set the eTag value.
|
JobSchedulePatchHeaders |
JobSchedulePatchHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobSchedulePatchHeaders |
JobSchedulePatchHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.