Uses of Class
com.azure.resourcemanager.storage.models.TagFilter
Packages that use TagFilter
Package
Description
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 TagFilterModifier and TypeMethodDescriptionstatic TagFilterTagFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagFilter from the JsonReader.Set the name property: This is the filter tag name, it can have 1 - 128 characters.Set the op property: This is the comparison operator which is used for object comparison and filtering.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 TagFilterModifier and TypeMethodDescriptionManagementPolicyFilter.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 TagFilterModifier and TypeMethodDescriptionManagementPolicyFilter.withBlobIndexMatch(List<TagFilter> blobIndexMatch) Set the blobIndexMatch property: An array of blob index tag based filters, there can be at most 10 tag filters.