EncryptionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET