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)
Updates the properties of the specified job schedule.
|
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)
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.
|
ServiceFuture<Void> |
JobSchedules.patchAsync(String jobScheduleId,
JobSchedulePatchParameter jobSchedulePatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job schedule.
|
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 |
---|---|
JobSchedulePatchParameter |
JobSchedulePatchParameter.withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
JobSchedulePatchParameter |
JobSchedulePatchParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobSchedulePatchParameter |
JobSchedulePatchParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
Copyright © 2019. All rights reserved.