public static interface PolicyRule.UpdateStages.WithPrefixesToFilterFor
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
withoutPrefixesToFilterFor()
The function that clears all blob prefixes so the rule will apply to blobs regardless of prefixes.
|
PolicyRule.Update |
withPrefixesToFilterFor(List<String> prefixes)
The function that specifies the list of prefixes for the blobs that the rule will apply to.
|
PolicyRule.Update |
withPrefixToFilterFor(String prefix)
The function that specifies a prefix for the blobs that the rule will apply to.
|
PolicyRule.Update withPrefixesToFilterFor(List<String> prefixes)
prefixes - a list of the prefixes for the blobs that the rule will apply to.PolicyRule.Update withPrefixToFilterFor(String prefix)
prefix - a prefix for the blobs that the rule will apply to.PolicyRule.Update withoutPrefixesToFilterFor()
Copyright © 2021 Microsoft Corporation. All rights reserved.