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
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyFilterModifier and TypeMethodDescriptionManagementPolicyDefinition.filters()Get the filters property: An object that defines the filter set.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.