Class StorageAccountEncryptionKeySource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageAccountEncryptionKeySource>
com.azure.resourcemanager.storage.models.StorageAccountEncryptionKeySource
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public class StorageAccountEncryptionKeySource
extends com.azure.core.util.ExpandableStringEnum<StorageAccountEncryptionKeySource>
Azure storage account encryption key sources.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageAccountEncryptionKeySourceStatic value Microsoft.Keyvault for StorageAccountEncryptionKeySource.static final StorageAccountEncryptionKeySourceStatic value Microsoft.Storage for StorageAccountEncryptionKeySource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds an encryption status based on its name.values()Gets known storage account encryption sources.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_STORAGE
Static value Microsoft.Storage for StorageAccountEncryptionKeySource. -
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.
-
-
Constructor Details
-
StorageAccountEncryptionKeySource
Deprecated.Use thefromString(String)factory method.Creates a new instance of StorageAccountEncryptionKeySource value.
-
-
Method Details
-
fromString
Creates or finds an encryption status based on its name.- Parameters:
name- a name to look for- Returns:
- an StorageAccountEncryptionKeySource
-
values
Gets known storage account encryption sources.- Returns:
- known storage account encryption sources.
-
fromString(String)factory method.