Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
JobScheduleOperations.createJobSchedule(JobScheduleAddParameter jobSchedule)
Adds a job schedule to the Batch account.
|
void |
JobScheduleOperations.createJobSchedule(JobScheduleAddParameter jobSchedule,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a job schedule to the Batch account.
|
Modifier and Type | Method and Description |
---|---|
void |
JobSchedules.add(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
void |
JobSchedules.add(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
rx.Observable<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
ServiceFuture<Void> |
JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule,
ServiceCallback<Void> serviceCallback)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)
Adds a job schedule to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> |
JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule,
JobScheduleAddOptions jobScheduleAddOptions)
Adds a job schedule to the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleAddParameter |
JobScheduleAddParameter.withDisplayName(String displayName)
Set the displayName value.
|
JobScheduleAddParameter |
JobScheduleAddParameter.withId(String id)
Set the id value.
|
JobScheduleAddParameter |
JobScheduleAddParameter.withJobSpecification(JobSpecification jobSpecification)
Set the jobSpecification value.
|
JobScheduleAddParameter |
JobScheduleAddParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobScheduleAddParameter |
JobScheduleAddParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
Copyright © 2019. All rights reserved.