public static interface PolicyRule.UpdateStages.WithBlobTypesToFilterFor
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
The function that specifies the list of blob types that the rule will apply to.
|
PolicyRule.Update |
withBlobTypeToFilterFor(BlobTypes blobType)
The function that specifies a blob type that the rule will apply to.
|
PolicyRule.Update |
withBlobTypeToFilterForRemoved(BlobTypes blobType)
The function that specifies to remove a blob type that the rule will apply to.
|
PolicyRule.Update withBlobTypesToFilterFor(List<BlobTypes> blobTypes)
blobTypes - a list of the types of blob the rule will apply to.PolicyRule.Update withBlobTypeToFilterFor(BlobTypes blobType)
blobType - a blob type that the rule will apply to.PolicyRule.Update withBlobTypeToFilterForRemoved(BlobTypes blobType)
blobType - the blob type that you wish the rule to no longer apply to./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/