KeySource Enum
- java.
lang. Object - java.
lang. Enum<KeySource> - com.
microsoft. azure. management. batch. KeySource
- com.
- java.
public enum KeySource
Defines values for KeySource.
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. If this is set then the Batch Account identity must be set to `SystemAssigned` and a valid Key Identifier must also be supplied under the keyVaultProperties. |
Methods
fromString(String value)
public static KeySource fromString(String value)
Parses a serialized value to a KeySource instance.
Parameters
- value
- String
Returns
toString()
public String toString()