Interface TagOperations

    • Method Detail

      • updateTags

        TagResource updateTags​(Resource resource,
                               Map<String,​String> tags)
        Updates the tags of the Azure resource.
        Parameters:
        resource - the Azure resource to have its tags updated
        tags - the tags
        Returns:
        the resource with updated tags
      • updateTags

        TagResource updateTags​(String resourceId,
                               Map<String,​String> tags)
        Updates the tags of the Azure resource.
        Parameters:
        resourceId - the ID of the Azure resource to have its tags updated
        tags - the tags
        Returns:
        the resource with updated tags
      • updateTagsAsync

        Mono<TagResource> updateTagsAsync​(Resource resource,
                                          Map<String,​String> tags)
        Updates the tags of the Azure resource.
        Parameters:
        resource - the Azure resource to have its tags updated
        tags - the tags
        Returns:
        the resource with updated tags
      • updateTagsAsync

        Mono<TagResource> updateTagsAsync​(String resourceId,
                                          Map<String,​String> tags)
        Updates the tags of the Azure resource.
        Parameters:
        resourceId - the ID of the Azure resource to have its tags updated
        tags - the tags
        Returns:
        the resource with updated tags