Share via


Pool.UpdateStages.WithMetadata Interface

public static interface Pool.UpdateStages.WithMetadata

The stage of the Pool update allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update 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