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 Classes Modifier and Type Interface Description static interfaceUpdatableWithTags.UpdateWithTags<T>An update allowing tags to be modified for the resource.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatableWithTags.UpdateWithTags<T>updateTags()Begins a tags update for a resource.
-
-
-
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
-
-