Pool.DefinitionStages.WithMetadata Interface

public static interface Pool.DefinitionStages.WithMetadata

The stage of the Pool definition allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMetadata(List<MetadataItem> metadata)

Specifies the metadata property: A list of name-value pairs associated with the pool as metadata.

Method Details

withMetadata

public abstract Pool.DefinitionStages.WithCreate withMetadata(List<MetadataItem> metadata)

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.

Applies to