BackupResourceEncryptionConfigExtended Class

Definition

public class BackupResourceEncryptionConfigExtended : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupResourceEncryptionConfig
type BackupResourceEncryptionConfigExtended = class
    inherit BackupResourceEncryptionConfig
Public Class BackupResourceEncryptionConfigExtended
Inherits BackupResourceEncryptionConfig
Inheritance
BackupResourceEncryptionConfigExtended

Constructors

BackupResourceEncryptionConfigExtended()

Initializes a new instance of the BackupResourceEncryptionConfigExtended class.

BackupResourceEncryptionConfigExtended(String, String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the BackupResourceEncryptionConfigExtended class.

Properties

EncryptionAtRestType

Gets or sets encryption At Rest Type. Possible values include: 'Invalid', 'MicrosoftManaged', 'CustomerManaged'

(Inherited from BackupResourceEncryptionConfig)
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)
SubscriptionId

Gets or sets key Vault Subscription Id

(Inherited from BackupResourceEncryptionConfig)
UserAssignedIdentity

Gets or sets user Assigned Identity Id

UseSystemAssignedIdentity

Gets or sets bool to indicate whether to use system Assigned Identity or not

Applies to