Uses of Class
com.azure.resourcemanager.batch.models.MetadataItem
Packages that use MetadataItem
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of MetadataItem in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type MetadataItemModifier and TypeMethodDescriptionPoolInner.metadata()Get the metadata property: A list of name-value pairs associated with the pool as metadata.PoolProperties.metadata()Get the metadata property: A list of name-value pairs associated with the pool as metadata.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type MetadataItemModifier and TypeMethodDescriptionPoolInner.withMetadata(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the pool as metadata.PoolProperties.withMetadata(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the pool as metadata. -
Uses of MetadataItem in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return MetadataItemModifier and TypeMethodDescriptionSet the name property: The name of the metadata item.Set the value property: The value of the metadata item.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type MetadataItemModifier and TypeMethodDescriptionPool.metadata()Gets the metadata property: A list of name-value pairs associated with the pool as metadata.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type MetadataItemModifier and TypeMethodDescriptionPool.DefinitionStages.WithMetadata.withMetadata(List<MetadataItem> metadata) Specifies the metadata property: A list of name-value pairs associated with the pool as metadata.Pool.UpdateStages.WithMetadata.withMetadata(List<MetadataItem> metadata) Specifies the metadata property: A list of name-value pairs associated with the pool as metadata.