Uses of Interface
com.microsoft.azure.management.network.model.AppliableWithTags
-
Packages that use AppliableWithTags Package Description com.microsoft.azure.management.network.model This package contains the common interfaces for resource models in networking. -
-
Uses of AppliableWithTags in com.microsoft.azure.management.network.model
Classes in com.microsoft.azure.management.network.model that implement AppliableWithTags Modifier and Type Class Description classGroupableParentResourceWithTagsImpl<FluentModelT extends com.microsoft.azure.management.resources.fluentcore.arm.models.Resource,InnerModelT extends com.microsoft.azure.Resource,FluentModelImplT extends GroupableParentResourceWithTagsImpl<FluentModelT,InnerModelT,FluentModelImplT,ManagerT>,ManagerT extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.ManagerBase>The implementation forGroupableResourcethat can update tags as a separate operation.Methods in com.microsoft.azure.management.network.model that return AppliableWithTags Modifier and Type Method Description AppliableWithTags<T>UpdatableWithTags.UpdateWithTags. withoutTag(String key)Removes a tag from the resource.AppliableWithTags<T>UpdatableWithTags.UpdateWithTags. withTag(String key, String value)Adds a tag to the resource.AppliableWithTags<T>UpdatableWithTags.UpdateWithTags. withTags(Map<String,String> tags)Specifies tags for the resource as aMap.
-