Sdílet prostřednictvím


BatchAccountKeySource Enum

Definition

Type of the key source.

public enum BatchAccountKeySource
type BatchAccountKeySource = 
Public Enum BatchAccountKeySource
Inheritance
BatchAccountKeySource

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