Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleExecutionInformation |
CloudJobSchedule.executionInfo()
Get the executionInfo value.
|
JobScheduleExecutionInformation |
JobScheduleExecutionInformation.withEndTime(org.joda.time.DateTime endTime)
Set the endTime value.
|
JobScheduleExecutionInformation |
JobScheduleExecutionInformation.withNextRunTime(org.joda.time.DateTime nextRunTime)
Set the nextRunTime value.
|
JobScheduleExecutionInformation |
JobScheduleExecutionInformation.withRecentJob(RecentJob recentJob)
Set the recentJob value.
|
Modifier and Type | Method and Description |
---|---|
CloudJobSchedule |
CloudJobSchedule.withExecutionInfo(JobScheduleExecutionInformation executionInfo)
Set the executionInfo value.
|
Copyright © 2019. All rights reserved.