Interface UpdatableWithTags<T>

    • Method Detail

      • updateTags

        UpdatableWithTags.UpdateWithTags<T> updateTags()
        Begins a tags update for a resource.

        This is the beginning of the builder pattern used to update tags for a resources in Azure. The final method completing the definition and starting the actual resource update process in Azure is AppliableWithTags.applyTags().

        Returns:
        the stage of new resource update