Uses of Class
com.azure.resourcemanager.resources.models.LockLevel
-
Packages that use LockLevel Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of LockLevel in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return LockLevel Modifier and Type Method Description LockLevelManagementLockObjectInner. level()Get the level property: The level of the lock.LockLevelManagementLockProperties. level()Get the level property: The level of the lock.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type LockLevel Modifier and Type Method Description ManagementLockObjectInnerManagementLockObjectInner. withLevel(LockLevel level)Set the level property: The level of the lock.ManagementLockPropertiesManagementLockProperties. withLevel(LockLevel level)Set the level property: The level of the lock. -
Uses of LockLevel in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as LockLevel Modifier and Type Field Description static LockLevelLockLevel. CAN_NOT_DELETEStatic value CanNotDelete for LockLevel.static LockLevelLockLevel. NOT_SPECIFIEDStatic value NotSpecified for LockLevel.static LockLevelLockLevel. READ_ONLYStatic value ReadOnly for LockLevel.Methods in com.azure.resourcemanager.resources.models that return LockLevel Modifier and Type Method Description static LockLevelLockLevel. fromString(String name)Creates or finds a LockLevel from its string representation.LockLevelManagementLock. level()Methods in com.azure.resourcemanager.resources.models that return types with arguments of type LockLevel Modifier and Type Method Description static Collection<LockLevel>LockLevel. values()Methods in com.azure.resourcemanager.resources.models with parameters of type LockLevel Modifier and Type Method Description ManagementLock.DefinitionStages.WithCreateManagementLock.DefinitionStages.WithLevel. withLevel(LockLevel level)Specifies the lock level.ManagementLock.UpdateManagementLock.UpdateStages.WithLevel. withLevel(LockLevel level)Specifies the lock level.
-