Interface AppliableWithTags<T>
-
- Type Parameters:
T- the type of the resource returned from the update.
- All Superinterfaces:
UpdatableWithTags.UpdateWithTags<T>
public interface AppliableWithTags<T> extends UpdatableWithTags.UpdateWithTags<T>
The base interface for all template interfaces that support update tags operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TapplyTags()Execute the update request.Mono<T>applyTagsAsync()Execute the update request asynchronously.-
Methods inherited from interface com.azure.resourcemanager.network.models.UpdatableWithTags.UpdateWithTags
withoutTag, withTag, withTags
-
-