public class StorageAccountEncryptionKeySource extends com.azure.core.util.ExpandableStringEnum<StorageAccountEncryptionKeySource>
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountEncryptionKeySource |
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.
|
static StorageAccountEncryptionKeySource |
MICROSOFT_STORAGE
Static value Microsoft.Storage for StorageAccountEncryptionKeySource.
|
| Constructor and Description |
|---|
StorageAccountEncryptionKeySource() |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountEncryptionKeySource |
fromString(String name)
Creates or finds an encryption status based on its name.
|
static Collection<StorageAccountEncryptionKeySource> |
values() |
public static final StorageAccountEncryptionKeySource MICROSOFT_STORAGE
public static final StorageAccountEncryptionKeySource MICROSOFT_KEYVAULT
public static StorageAccountEncryptionKeySource fromString(String name)
name - a name to look forpublic static Collection<StorageAccountEncryptionKeySource> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.