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()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAccountEncryptionKeySource value.

Method Summary

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

Creates or finds an encryption status based on its name.

static Collection<StorageAccountEncryptionKeySource> 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

Use the fromString(String name) factory method.

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:

name - a name to look for

Returns:

an StorageAccountEncryptionKeySource

values

public static Collection values()

Gets known storage account encryption sources.

Returns:

known storage account encryption sources.

Applies to