StorageAccountEncryptionKeySource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. StorageAccountEncryptionKeySource
- com.
- com.
public class StorageAccountEncryptionKeySource
extends ExpandableStringEnum<StorageAccountEncryptionKeySource>
Azure storage account encryption key sources.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Storage |
MICROSOFT_KEYVAULT
Static value Microsoft. |
static final
Storage |
MICROSOFT_STORAGE
Static value Microsoft. |
Constructor Summary
Constructor | Description | |
---|---|---|
StorageAccountEncryptionKeySource() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Storage |
fromString(String name)
Creates or finds an encryption status based on its name. |
static
Collection<Storage |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT_KEYVAULT
public static final StorageAccountEncryptionKeySource MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.
MICROSOFT_STORAGE
public static final StorageAccountEncryptionKeySource MICROSOFT_STORAGE
Static value Microsoft.Storage for StorageAccountEncryptionKeySource.
Constructor Details
StorageAccountEncryptionKeySource
public StorageAccountEncryptionKeySource()
Method Details
fromString
public static StorageAccountEncryptionKeySource fromString(String name)
Creates or finds an encryption status based on its name.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java