| Modifier and Type | Interface and Description |
|---|---|
static interface |
PolicyRule.Definition
Container interface for all of the definitions related to a rule in a management policy.
|
static interface |
PolicyRule.DefinitionStages.PrefixActionFork
The stage of the management policy rule definition allowing input an optional blob prefix to filter for before
specifying the actions.
|
static interface |
PolicyRule.DefinitionStages.WithPolicyRuleAttachable
The stage of the definition which contains all of the minimum required inputs for the resource to be attached,
but also allows for any other optional settings to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.DefinitionStages.WithRuleActions |
PolicyRule.DefinitionStages.WithPrefixesToFilterFor.withPrefixesToFilterFor(List<String> prefixes)
The function that specifies the list of prefixes for the blobs that the rule will apply to.
|
PolicyRule.DefinitionStages.WithRuleActions |
PolicyRule.DefinitionStages.WithPrefixesToFilterFor.withPrefixToFilterFor(String prefix)
The function that specifies a prefix for the blobs that the rule will apply to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/