Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
JobScheduleOperations.createJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification)
Adds a job schedule to the Batch account.
|
void |
JobScheduleOperations.createJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a job schedule to the Batch account.
|
void |
JobScheduleOperations.patchJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification)
Updates the specified job schedule.
|
void |
JobScheduleOperations.patchJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification,
List<MetadataItem> metadata)
Updates the specified job schedule.
|
void |
JobScheduleOperations.patchJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job schedule.
|
void |
JobScheduleOperations.updateJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification)
Updates the specified job schedule.
|
void |
JobScheduleOperations.updateJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification,
List<MetadataItem> metadata)
Updates the specified job schedule.
|
void |
JobScheduleOperations.updateJobSchedule(String jobScheduleId,
Schedule schedule,
JobSpecification jobSpecification,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job schedule.
|
Modifier and Type | Method and Description |
---|---|
Schedule |
JobSchedulePatchParameter.schedule()
Get the schedule value.
|
Schedule |
JobScheduleUpdateParameter.schedule()
Get the schedule value.
|
Schedule |
CloudJobSchedule.schedule()
Get the schedule value.
|
Schedule |
JobScheduleAddParameter.schedule()
Get the schedule value.
|
Schedule |
Schedule.withDoNotRunAfter(org.joda.time.DateTime doNotRunAfter)
Set the doNotRunAfter value.
|
Schedule |
Schedule.withDoNotRunUntil(org.joda.time.DateTime doNotRunUntil)
Set the doNotRunUntil value.
|
Schedule |
Schedule.withRecurrenceInterval(org.joda.time.Period recurrenceInterval)
Set the recurrenceInterval value.
|
Schedule |
Schedule.withStartWindow(org.joda.time.Period startWindow)
Set the startWindow value.
|
Modifier and Type | Method and Description |
---|---|
JobSchedulePatchParameter |
JobSchedulePatchParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
JobScheduleUpdateParameter |
JobScheduleUpdateParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
CloudJobSchedule |
CloudJobSchedule.withSchedule(Schedule schedule)
Set the schedule value.
|
JobScheduleAddParameter |
JobScheduleAddParameter.withSchedule(Schedule schedule)
Set the schedule value.
|
Copyright © 2019. All rights reserved.