Share via


EncryptionProperties Class

Definition

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

public class EncryptionProperties
type EncryptionProperties = class
Public Class EncryptionProperties
Inheritance
EncryptionProperties

Constructors

EncryptionProperties()

Initializes a new instance of the EncryptionProperties class.

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

Initializes a new instance of the EncryptionProperties class.

Properties

KeySource

Gets or sets type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'

KeyVaultProperties

Gets or sets additional details when using Microsoft.KeyVault

Applies to