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 |
---|---|
void |
JobSchedules.patch(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
JobSchedules.patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
JobSchedules.patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
JobSchedulePatchOptions jobSchedulePatchOptions,
ServiceCallback<Void> serviceCallback)
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 |
---|---|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobSchedulePatchOptions |
JobSchedulePatchOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.