Package | Description |
---|---|
com.microsoft.azure.management.locks |
This package contains the classes for ManagementLockClient.
|
Modifier and Type | Field and Description |
---|---|
static LockLevel |
LockLevel.CAN_NOT_DELETE
Static value CanNotDelete for LockLevel.
|
static LockLevel |
LockLevel.NOT_SPECIFIED
Static value NotSpecified for LockLevel.
|
static LockLevel |
LockLevel.READ_ONLY
Static value ReadOnly for LockLevel.
|
Modifier and Type | Method and Description |
---|---|
static LockLevel |
LockLevel.fromString(String name)
Creates or finds a LockLevel from its string representation.
|
LockLevel |
ManagementLock.level() |
Modifier and Type | Method and Description |
---|---|
static Collection<LockLevel> |
LockLevel.values() |
Modifier and Type | Method and Description |
---|---|
ManagementLock.DefinitionStages.WithCreate |
ManagementLock.DefinitionStages.WithLevel.withLevel(LockLevel level)
Specifies the lock level.
|
ManagementLock.Update |
ManagementLock.UpdateStages.WithLevel.withLevel(LockLevel level)
Specifies the lock level.
|
Copyright © 2019. All rights reserved.