Interface PolicyRule.DefinitionStages.PrefixActionFork
-
- All Superinterfaces:
PolicyRule.DefinitionStages.WithPrefixesToFilterFor,PolicyRule.DefinitionStages.WithRuleActions
- All Known Subinterfaces:
PolicyRule.Definition
- Enclosing interface:
- PolicyRule.DefinitionStages
public static interface PolicyRule.DefinitionStages.PrefixActionFork extends PolicyRule.DefinitionStages.WithPrefixesToFilterFor, PolicyRule.DefinitionStages.WithRuleActions
The stage of the management policy rule definition allowing input an optional blob prefix to filter for before specifying the actions.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.WithPrefixesToFilterFor
withPrefixesToFilterFor, withPrefixToFilterFor
-
Methods inherited from interface com.azure.resourcemanager.storage.models.PolicyRule.DefinitionStages.WithRuleActions
withActionsOnBaseBlob, withActionsOnSnapShot, withDeleteActionOnBaseBlob, withDeleteActionOnSnapShot, withTierToArchiveActionOnBaseBlob, withTierToCoolActionOnBaseBlob
-
-