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)
Updates the properties of the specified job schedule.
|
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)
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.
|
ServiceFuture<Void> |
JobSchedules.updateAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> |
JobSchedules.updateWithServiceResponseAsync(String jobScheduleId,
JobScheduleUpdateParameter jobScheduleUpdateParameter)
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 |
---|---|
JobScheduleUpdateParameter |
JobScheduleUpdateParameter.withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
JobScheduleUpdateParameter |
JobScheduleUpdateParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobScheduleUpdateParameter |
JobScheduleUpdateParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
Copyright © 2019. All rights reserved.