Uses of Class
com.azure.resourcemanager.resources.models.TagCount
-
Packages that use TagCount Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of TagCount in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return TagCount Modifier and Type Method Description TagCountTagDetailsInner. count()Get the count property: The total number of resources that use the resource tag.TagCountTagValueInner. count()Get the count property: The tag value count.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type TagCount Modifier and Type Method Description TagDetailsInnerTagDetailsInner. withCount(TagCount count)Set the count property: The total number of resources that use the resource tag.TagValueInnerTagValueInner. withCount(TagCount count)Set the count property: The tag value count. -
Uses of TagCount in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return TagCount Modifier and Type Method Description TagCountTagCount. withType(String type)Set the type property: Type of count.TagCountTagCount. withValue(Integer value)Set the value property: Value of count.
-