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