EncryptionConfig 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.
public class EncryptionConfig : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceEncryptionConfigExtended
type EncryptionConfig = class
inherit BackupResourceEncryptionConfigExtended
Public Class EncryptionConfig
Inherits BackupResourceEncryptionConfigExtended
- Inheritance
Constructors
EncryptionConfig() |
Properties
EncryptionAtRestType |
Gets or sets encryption At Rest Type Possible values include: 'Invalid', 'MicrosoftManaged', 'CustomerManaged' (Inherited from BackupResourceEncryptionConfig) |
Id | |
InfrastructureEncryptionState |
Gets or sets Possible values include: 'Invalid', 'Disabled', 'Enabled' (Inherited from BackupResourceEncryptionConfig) |
KeyUri |
Gets or sets key Vault Key URI (Inherited from BackupResourceEncryptionConfig) |
LastUpdateStatus |
Gets or sets Possible values include: 'Invalid', 'NotEnabled', 'PartiallySucceeded', 'PartiallyFailed', 'Failed', 'Succeeded', 'Initialized', 'FirstInitialization' (Inherited from BackupResourceEncryptionConfig) |
Location | |
Name | |
SubscriptionId |
Gets or sets key Vault Subscription Id (Inherited from BackupResourceEncryptionConfig) |
Type | |
UserAssignedIdentity |
Gets or sets user Assigned Identity Id (Inherited from BackupResourceEncryptionConfigExtended) |
UseSystemAssignedIdentity |
Gets or sets bool to indicate whether to use system Assigned Identity or not (Inherited from BackupResourceEncryptionConfigExtended) |