KeySource Enum

Definition

Defines values for KeySource.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeySource
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeySource = 
Public Enum KeySource
Inheritance
KeySource
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

MicrosoftBatch 0

Batch creates and manages the encryption keys used to protect the account data.

MicrosoftKeyVault 1

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.

Applies to