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.update(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
rx.Observable<Void> |
JobSchedules.updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
ServiceFuture<Void> |
JobSchedules.updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
JobSchedules.updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
JobScheduleUpdateOptions jobScheduleUpdateOptions)
Updates the properties of the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobScheduleUpdateOptions |
JobScheduleUpdateOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.