KeySource Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. KeySource
- com.
- java.
public enum KeySource
extends Enum<KeySource>
Type of the key source.
Fields
| MICROSOFT_BATCH |
Batch creates and manages the encryption keys used to protect the account data. |
| MICROSOFT_KEY_VAULT |
The encryption keys used to protect the account data are stored in an external key vault. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static KeySource fromString(String value)
Parses a serialized value to a KeySource instance.
Parameters
- value
- String