| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyFilter |
ManagementPolicyDefinition.filters()
Get the filters property: An object that defines the filter set.
|
ManagementPolicyFilter |
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 |
ManagementPolicyFilter.withBlobTypes(List<String> blobTypes)
Set the blobTypes property: An array of predefined enum values.
|
ManagementPolicyFilter |
ManagementPolicyFilter.withPrefixMatch(List<String> prefixMatch)
Set the prefixMatch property: An array of strings for prefixes to be match.
|
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyDefinition |
ManagementPolicyDefinition.withFilters(ManagementPolicyFilter filters)
Set the filters property: An object that defines the filter set.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.