Uses of Class
com.azure.resourcemanager.batch.models.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionSet the name property: The name of the metadata item.Set the value property: The value of the metadata item.Modifier and TypeMethodDescriptionPool.metadata()
Gets the metadata property: A list of name-value pairs associated with the pool as metadata.Modifier 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.