Interface UpdatableWithTags<T>

Type Parameters:
T - the fluent type of the resource
All Known Subinterfaces:
ApplicationGateway, ExpressRouteCircuit, ExpressRouteCrossConnection, LoadBalancer, LocalNetworkGateway, Network, NetworkInterface, NetworkProfile, NetworkSecurityGroup, NetworkWatcher, PublicIpAddress, PublicIpPrefix, RouteTable, VirtualNetworkGateway, VirtualNetworkGatewayConnection

public interface UpdatableWithTags<T>
Interface for a resource which tags can be updated as a separate operation.
  • Method Details

    • 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