Interface PolicyRule.DefinitionStages
-
- Enclosing interface:
- PolicyRule
public static interface PolicyRule.DefinitionStagesGrouping of management policy rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePolicyRule.DefinitionStages.BlankThe first stage of a management policy rule definition.static interfacePolicyRule.DefinitionStages.PrefixActionForkThe stage of the management policy rule definition allowing input an optional blob prefix to filter for before specifying the actions.static interfacePolicyRule.DefinitionStages.WithBlobTypesToFilterForThe stage of the management policy rule definition allowing to specify the blob types that the rule will apply to.static interfacePolicyRule.DefinitionStages.WithPolicyRuleAttachableThe 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.static interfacePolicyRule.DefinitionStages.WithPolicyRuleTypeThe stage of the management policy rule definition allowing to specify the type of the rule.static interfacePolicyRule.DefinitionStages.WithPrefixesToFilterForThe stage of the management policy rule definition allowing the specify the prefixes for the blobs that the rule will apply to.static interfacePolicyRule.DefinitionStages.WithRuleActionsThe stage of the management policy rule definition allowing to specify the actions to perform on the selected blobs.
-