Uses of Class
com.azure.compute.batch.models.MetadataItem
Packages that use MetadataItem
-
Uses of MetadataItem in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return MetadataItemModifier and TypeMethodDescriptionstatic MetadataItem
MetadataItem.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MetadataItem from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type MetadataItemModifier and TypeMethodDescriptionBatchJob.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Job as metadata.BatchJobCreateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Job as metadata.BatchJobSchedule.getMetadata()
Get the metadata property: A list of name-value pairs associated with the schedule as metadata.BatchJobScheduleCreateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the schedule as metadata.BatchJobScheduleUpdateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Job Schedule as metadata.BatchJobSpecification.getMetadata()
Get the metadata property: A list of name-value pairs associated with each Job created under this schedule as metadata.BatchJobUpdateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Job as metadata.BatchPool.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolCreateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolReplaceContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolSpecification.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolUpdateContent.getMetadata()
Get the metadata property: A list of name-value pairs associated with the Pool as metadata.Method parameters in com.azure.compute.batch.models with type arguments of type MetadataItemModifier and TypeMethodDescriptionBatchJob.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job as metadata.BatchJobCreateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job as metadata.BatchJobSchedule.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the schedule as metadata.BatchJobScheduleCreateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the schedule as metadata.BatchJobScheduleUpdateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job Schedule as metadata.BatchJobSpecification.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with each Job created under this schedule as metadata.BatchJobUpdateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job as metadata.BatchPoolCreateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolSpecification.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Pool as metadata.BatchPoolUpdateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Pool as metadata.