Interface Pool.UpdateStages.WithMetadata
- All Known Subinterfaces:
Pool.Update
- Enclosing interface:
- Pool.UpdateStages
public static interface Pool.UpdateStages.WithMetadata
The stage of the Pool update allowing to specify metadata.
-
Method Summary
Modifier and TypeMethodDescriptionwithMetadata(List<MetadataItem> metadata) Specifies the metadata property: A list of name-value pairs associated with the pool as metadata.
-
Method Details
-
withMetadata
Specifies the metadata property: A list of name-value pairs associated with the pool as metadata. The Batch service does not assign any meaning to metadata; it is solely for the use of user code..- Parameters:
metadata- A list of name-value pairs associated with the pool as metadata. The Batch service does not assign any meaning to metadata; it is solely for the use of user code.- Returns:
- the next definition stage.
-