Uses of Class
com.azure.compute.batch.models.BatchJobScheduleCreateContent
Packages that use BatchJobScheduleCreateContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobScheduleCreateContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchJobScheduleCreateContentModifier and TypeMethodDescriptionBatchAsyncClient.createJobSchedule(BatchJobScheduleCreateContent jobSchedule) Creates a Job Schedule to the specified Account.BatchAsyncClient.createJobSchedule(BatchJobScheduleCreateContent jobSchedule, CreateBatchJobScheduleOptions options) Creates a Job Schedule to the specified Account.voidBatchClient.createJobSchedule(BatchJobScheduleCreateContent jobSchedule) Creates a Job Schedule to the specified Account.voidBatchClient.createJobSchedule(BatchJobScheduleCreateContent jobSchedule, CreateBatchJobScheduleOptions options) Creates a Job Schedule to the specified Account. -
Uses of BatchJobScheduleCreateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobScheduleCreateContentModifier and TypeMethodDescriptionBatchJobScheduleCreateContent.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobScheduleCreateContent from the JsonReader.BatchJobScheduleCreateContent.setDisplayName(String displayName) Set the displayName property: The display name for the schedule.BatchJobScheduleCreateContent.setMetadata(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the schedule as metadata.