Interface ManagementPolicy.DefinitionStages
-
- Enclosing interface:
- ManagementPolicy
public static interface ManagementPolicy.DefinitionStagesGrouping of ManagementPolicy definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceManagementPolicy.DefinitionStages.BlankThe first stage of a ManagementPolicy definition.static interfaceManagementPolicy.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceManagementPolicy.DefinitionStages.WithRuleThe stage of the management policy definition allowing to specify a rule to add to the management policy.static interfaceManagementPolicy.DefinitionStages.WithStorageAccountThe stage of the managementpolicy definition allowing to specify StorageAccount.
-