| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicyFilter |
BlobInventoryPolicyDefinition.filters()
Get the filters property: An object that defines the filter set.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withBlobTypes(List<String> blobTypes)
Set the blobTypes property: An array of predefined enum values.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withIncludeBlobVersions(Boolean includeBlobVersions)
Set the includeBlobVersions property: Includes blob versions in blob inventory when value set to true.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withIncludeSnapshots(Boolean includeSnapshots)
Set the includeSnapshots property: Includes blob snapshots in blob inventory when value set to true.
|
BlobInventoryPolicyFilter |
BlobInventoryPolicyFilter.withPrefixMatch(List<String> prefixMatch)
Set the prefixMatch property: An array of strings for blob prefixes to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
BlobInventoryPolicyDefinition |
BlobInventoryPolicyDefinition.withFilters(BlobInventoryPolicyFilter filters)
Set the filters property: An object that defines the filter set.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.