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() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
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()
Gets known storage account encryption sources. |
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
@Deprecated
public StorageAccountEncryptionKeySource()
Deprecated
Creates a new instance of StorageAccountEncryptionKeySource value.
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<StorageAccountEncryptionKeySource> values()
Gets known storage account encryption sources.
Returns: