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
the parsed KeySource object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.