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