Interface ManagementLock.DefinitionStages
-
- Enclosing interface:
- ManagementLock
public static interface ManagementLock.DefinitionStagesGrouping of management lock definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceManagementLock.DefinitionStages.BlankThe first stage of a management lock definition.static interfaceManagementLock.DefinitionStages.WithCreateThe stage of the management lock definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceManagementLock.DefinitionStages.WithLevelThe stage of a management lock definition allowing to specify notes for the lock.static interfaceManagementLock.DefinitionStages.WithLockedResourceThe stage of a management lock definition allowing to specify the resource to lock.static interfaceManagementLock.DefinitionStages.WithNotesThe stage of a management lock definition allowing to specify the level of the lock.
-