Interface Creator.UpdateStages.WithTags

All Known Subinterfaces:
Creator.Update
Enclosing interface:
Creator.UpdateStages

public static interface Creator.UpdateStages.WithTags
The stage of the Creator update allowing to specify tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the tags property: Gets or sets a list of key value pairs that describe the resource.
  • Method Details

    • withTags

      Creator.Update withTags(Map<String,String> tags)
      Specifies the tags property: Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters..
      Parameters:
      tags - Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.
      Returns:
      the next definition stage.