public final class LockLevel extends com.microsoft.rest.ExpandableStringEnum<LockLevel>
| Modifier and Type | Field and Description |
|---|---|
static LockLevel |
CAN_NOT_DELETE
Static value CanNotDelete for LockLevel.
|
static LockLevel |
NOT_SPECIFIED
Static value NotSpecified for LockLevel.
|
static LockLevel |
READ_ONLY
Static value ReadOnly for LockLevel.
|
| Constructor and Description |
|---|
LockLevel() |
| Modifier and Type | Method and Description |
|---|---|
static LockLevel |
fromString(String name)
Creates or finds a LockLevel from its string representation.
|
static Collection<LockLevel> |
values() |
public static final LockLevel NOT_SPECIFIED
public static final LockLevel CAN_NOT_DELETE
public static final LockLevel READ_ONLY
public static LockLevel fromString(String name)
name - a name to look forpublic static Collection<LockLevel> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/