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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java