EncryptionScopeSource Class

public final class EncryptionScopeSource
extends ExpandableStringEnum<EncryptionScopeSource>

The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault.

Field Summary

Modifier and Type Field and Description
static final EncryptionScopeSource MICROSOFT_KEY_VAULT

Static value Microsoft.KeyVault for EncryptionScopeSource.

static final EncryptionScopeSource MICROSOFT_STORAGE

Static value Microsoft.Storage for EncryptionScopeSource.

Constructor Summary

Constructor Description
EncryptionScopeSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionScopeSource value.

Method Summary

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

Creates or finds a EncryptionScopeSource from its string representation.

static Collection<EncryptionScopeSource> values()

Gets known EncryptionScopeSource values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MICROSOFT_KEY_VAULT

public static final EncryptionScopeSource MICROSOFT_KEY_VAULT

Static value Microsoft.KeyVault for EncryptionScopeSource.

MICROSOFT_STORAGE

public static final EncryptionScopeSource MICROSOFT_STORAGE

Static value Microsoft.Storage for EncryptionScopeSource.

Constructor Details

EncryptionScopeSource

@Deprecated
public EncryptionScopeSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionScopeSource value.

Method Details

fromString

public static EncryptionScopeSource fromString(String name)

Creates or finds a EncryptionScopeSource from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EncryptionScopeSource.

values

public static Collection values()

Gets known EncryptionScopeSource values.

Returns:

known EncryptionScopeSource values.

Applies to