Interface AppliableWithTags<T>
- Type Parameters:
T- the type of the resource returned from the update.
- All Superinterfaces:
UpdatableWithTags.UpdateWithTags<T>
The base interface for all template interfaces that support update tags operations.
-
Method Summary
Modifier and TypeMethodDescriptionExecute the update request.Execute the update request asynchronously.Methods inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags.UpdateWithTags
withoutTag, withTag, withTags
-
Method Details
-
applyTags
T applyTags()Execute the update request.- Returns:
- the updated resource
-
applyTagsAsync
Execute the update request asynchronously.- Returns:
- the handle to the REST call
-