EncryptionScopeSource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. EncryptionScopeSource
- com.
- com.
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
Encryption |
MICROSOFT_KEY_VAULT
Static value Microsoft. |
static final
Encryption |
MICROSOFT_STORAGE
Static value Microsoft. |
Constructor Summary
Constructor | Description |
---|---|
EncryptionScopeSource() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
static
Collection<Encryption |
values()
Gets known Encryption |
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
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:
Returns:
values
public static Collection
Gets known EncryptionScopeSource values.
Returns:
Applies to
Azure SDK for Java