public static interface ManagementPolicy.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ManagementPolicy.DefinitionStages.Blank
The first stage of a ManagementPolicy definition.
|
static interface |
ManagementPolicy.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create()), but also allows for any other optional settings to be specified. |
static interface |
ManagementPolicy.DefinitionStages.WithRule
The stage of the management policy definition allowing to specify a rule to add to the management policy.
|
static interface |
ManagementPolicy.DefinitionStages.WithStorageAccount
The stage of the managementpolicy definition allowing to specify StorageAccount.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.