| Modifier and Type | Field and Description |
|---|---|
static EncryptionScopeState |
EncryptionScopeState.DISABLED
Static value Disabled for EncryptionScopeState.
|
static EncryptionScopeState |
EncryptionScopeState.ENABLED
Static value Enabled for EncryptionScopeState.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionScopeState |
EncryptionScopeState.fromString(String name)
Creates or finds a EncryptionScopeState from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<EncryptionScopeState> |
EncryptionScopeState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/