Application.UpdateStages.WithTags Interface

public static interface Application.UpdateStages.WithTags

The stage of the application update allowing to specify Tags.

Method Summary

Modifier and Type Method and Description
abstract Update withTags(Map<String,String> tags)

Specifies tags.

Method Details

withTags

public abstract Application.Update withTags(Map tags)

Specifies tags.

Parameters:

tags - The tags for the application

Returns:

the next update stage

Applies to