Język

ArmDataProtectionBackupModelFactory.BackupVaultSecuritySettings Method

Definition

public static Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSecuritySettings BackupVaultSecuritySettings(Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSoftDeleteSettings softDeleteSettings = default, Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultImmutabilityState? immutabilityState = default, Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultEncryptionSettings encryptionSettings = default);
static member BackupVaultSecuritySettings : Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSoftDeleteSettings * Nullable<Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultImmutabilityState> * Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultEncryptionSettings -> Azure.ResourceManager.DataProtectionBackup.Models.BackupVaultSecuritySettings
Public Shared Function BackupVaultSecuritySettings (Optional softDeleteSettings As BackupVaultSoftDeleteSettings = Nothing, Optional immutabilityState As Nullable(Of BackupVaultImmutabilityState) = Nothing, Optional encryptionSettings As BackupVaultEncryptionSettings = Nothing) As BackupVaultSecuritySettings

Parameters

softDeleteSettings
BackupVaultSoftDeleteSettings

Soft delete related settings.

immutabilityState
Nullable<BackupVaultImmutabilityState>

Immutability state.

encryptionSettings
BackupVaultEncryptionSettings

Customer Managed Key details of the resource.

Returns

A new BackupVaultSecuritySettings instance for mocking.

Applies to