public final class KeyType extends com.azure.core.util.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 for.public static Collection<KeyType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.