Interface PolicyRule.DefinitionStages.WithPrefixesToFilterFor
-
- All Known Subinterfaces:
PolicyRule.Definition,PolicyRule.DefinitionStages.PrefixActionFork,PolicyRule.DefinitionStages.WithPolicyRuleAttachable
- Enclosing interface:
- PolicyRule.DefinitionStages
public static interface PolicyRule.DefinitionStages.WithPrefixesToFilterForThe stage of the management policy rule definition allowing the specify the prefixes for the blobs that the rule will apply to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRule.DefinitionStages.WithRuleActionswithPrefixesToFilterFor(List<String> prefixes)The function that specifies the list of prefixes for the blobs that the rule will apply to.PolicyRule.DefinitionStages.WithRuleActionswithPrefixToFilterFor(String prefix)The function that specifies a prefix for the blobs that the rule will apply to.
-
-
-
Method Detail
-
withPrefixesToFilterFor
PolicyRule.DefinitionStages.WithRuleActions withPrefixesToFilterFor(List<String> prefixes)
The function that specifies the list of prefixes for the blobs that the rule will apply to.- Parameters:
prefixes- a list of the prefixes for the blobs that the rule will apply to.- Returns:
- the next stage of the management policy rule definition.
-
withPrefixToFilterFor
PolicyRule.DefinitionStages.WithRuleActions withPrefixToFilterFor(String prefix)
The function that specifies a prefix for the blobs that the rule will apply to.- Parameters:
prefix- a prefix for the blobs that the rule will apply to.- Returns:
- the next stage of the management policy rule definition.
-
-