public class StorageAccountEncryptionKeySource extends 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() |
equals, fromString, hashCode, toString, values, withNameValue
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 © 2019. All rights reserved.