public static interface PolicyRule.DefinitionStages.WithBlobTypesToFilterFor
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.PrefixActionFork |
withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
The function that specifies the list of blob types that the rule will apply to.
|
PolicyRule.DefinitionStages.PrefixActionFork |
withBlobTypeToFilterFor(BlobTypes blobType)
The function that specifies a blob type that the rule will apply to.
|
PolicyRule.DefinitionStages.PrefixActionFork withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
blobTypes - a list of the types of blob the rule will apply to.PolicyRule.DefinitionStages.PrefixActionFork withBlobTypeToFilterFor(BlobTypes blobType)
blobType - a blob type that the rule will apply to.Copyright © 2021 Microsoft Corporation. All rights reserved.