Class StorageAccountEncryptionKeySource
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<StorageAccountEncryptionKeySource>
com.microsoft.azure.management.storage.StorageAccountEncryptionKeySource
public class StorageAccountEncryptionKeySource
extends ExpandableStringEnum<StorageAccountEncryptionKeySource>
Azure storage account encryption key sources.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StorageAccountEncryptionKeySource
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.static final StorageAccountEncryptionKeySource
Static value Microsoft.Storage for StorageAccountEncryptionKeySource. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds an encryption status based on its name.values()
Methods inherited from class com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
MICROSOFT_STORAGE
Static value Microsoft.Storage for StorageAccountEncryptionKeySource. -
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.
-
-
Constructor Details
-
StorageAccountEncryptionKeySource
public StorageAccountEncryptionKeySource()
-
-
Method Details
-
fromString
Creates or finds an encryption status based on its name.- Parameters:
name
- a name to look for- Returns:
- an StorageAccountEncryptionKeySource
-
values
- Returns:
- known storage account encryption sources.
-