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