Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyFilter
Packages that use ManagementPolicyFilter
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicyFilter in com.azure.resourcemanager.storage.models
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicyFilterModifier and TypeClassDescriptionfinal classFilters limit rule actions to a subset of blobs within the storage account.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyFilterModifier and TypeMethodDescriptionManagementPolicyDefinition.filters()Get the filters property: An object that defines the filter set.static ManagementPolicyFilterManagementPolicyFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicyFilter from the JsonReader.ManagementPolicyFilter.withBlobIndexMatch(List<TagFilter> blobIndexMatch) Set the blobIndexMatch property: An array of blob index tag based filters, there can be at most 10 tag filters.ManagementPolicyFilter.withBlobTypes(List<String> blobTypes) Set the blobTypes property: An array of predefined enum values.ManagementPolicyFilter.withPrefixMatch(List<String> prefixMatch) Set the prefixMatch property: An array of strings for prefixes to be match.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicyFilterModifier and TypeMethodDescriptionManagementPolicyDefinition.withFilters(ManagementPolicyFilter filters) Set the filters property: An object that defines the filter set.