StorageAccountEncryptionKeySource Class

public class StorageAccountEncryptionKeySource
extends ExpandableStringEnum<StorageAccountEncryptionKeySource>

Azure storage account encryption key sources.

Field Summary

Modifier and Type Field and Description
static final StorageAccountEncryptionKeySource MICROSOFT_KEYVAULT

Static value Microsoft.Keyvault for StorageAccountEncryptionKeySource.

static final StorageAccountEncryptionKeySource MICROSOFT_STORAGE

Static value Microsoft.Storage for StorageAccountEncryptionKeySource.

Constructor Summary

Constructor Description
StorageAccountEncryptionKeySource()

Method Summary

Modifier and Type Method and Description
static StorageAccountEncryptionKeySource fromString(String name)

Creates or finds an encryption status based on its name.

static java.util.Collection<StorageAccountEncryptionKeySource> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

name - a name to look for

Returns:

an StorageAccountEncryptionKeySource

values

public static Collection values()

Returns:

known storage account encryption sources.

Applies to