Uses of Class
com.azure.resourcemanager.storage.models.TagFilter
-
Packages that use TagFilter Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of TagFilter in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return TagFilter Modifier and Type Method Description TagFilterTagFilter. withName(String name)Set the name property: This is the filter tag name, it can have 1 - 128 characters.TagFilterTagFilter. withOp(String op)Set the op property: This is the comparison operator which is used for object comparison and filtering.TagFilterTagFilter. withValue(String value)Set the value property: This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type TagFilter Modifier and Type Method Description List<TagFilter>ManagementPolicyFilter. blobIndexMatch()Get the blobIndexMatch property: An array of blob index tag based filters, there can be at most 10 tag filters.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type TagFilter Modifier and Type Method Description ManagementPolicyFilterManagementPolicyFilter. withBlobIndexMatch(List<TagFilter> blobIndexMatch)Set the blobIndexMatch property: An array of blob index tag based filters, there can be at most 10 tag filters.
-