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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn update allowing tags to be modified for the resource. -
Method Summary
Modifier and TypeMethodDescriptionBegins a tags update for a resource.
-
Method Details
-
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
-