你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |