Interface AppliableWithTags<T>
-
- Type Parameters:
T- the type of the resource returned from the update.
- All Superinterfaces:
UpdatableWithTags.UpdateWithTags<T>
- All Known Implementing Classes:
GroupableParentResourceWithTagsImpl
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.rx.Observable<T>applyTagsAsync()Execute the update request asynchronously.com.microsoft.rest.ServiceFuture<T>applyTagsAsync(com.microsoft.rest.ServiceCallback<T> callback)Execute the update request asynchronously.-
Methods inherited from interface com.microsoft.azure.management.network.model.UpdatableWithTags.UpdateWithTags
withoutTag, withTag, withTags
-
-