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