Interface MapsAccount.UpdateStages.WithTags

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

public static interface MapsAccount.UpdateStages.WithTags
The stage of the MapsAccount 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

      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.