ArmDataProtectionBackupModelFactory.BackupVaultSecuritySettings Method
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 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.