MachineExtension.UpdateStages.WithTags Interface

public static interface MachineExtension.UpdateStages.WithTags

The stage of the machineextension 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 MachineExtension.Update withTags(Map tags)

Specifies tags.

Parameters:

tags - Resource tags

Returns:

the next update stage

Applies to