Share via


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: The Batch service does not assign any meaning to metadata; it is solely for the use of user code..

Method Details

withMetadata

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

Specifies the metadata property: The Batch service does not assign any meaning to metadata; it is solely for the use of user code..

Parameters:

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