Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyFilter
-
Packages that use ManagementPolicyFilter Package Description com.azure.resourcemanager.storage.models 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 ManagementPolicyFilter Modifier and Type Method Description ManagementPolicyFilterManagementPolicyDefinition. filters()Get the filters property: An object that defines the filter set.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.ManagementPolicyFilterManagementPolicyFilter. withBlobTypes(List<String> blobTypes)Set the blobTypes property: An array of predefined enum values.ManagementPolicyFilterManagementPolicyFilter. 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 ManagementPolicyFilter Modifier and Type Method Description ManagementPolicyDefinitionManagementPolicyDefinition. withFilters(ManagementPolicyFilter filters)Set the filters property: An object that defines the filter set.
-