Uses of Interface
com.azure.resourcemanager.network.models.AppliableWithTags
-
Packages that use AppliableWithTags Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AppliableWithTags in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models 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.
-