Language

ArmCommvaultContentStoreModelFactory.BackupConfig Method

Definition

public static Azure.ResourceManager.CommvaultContentStore.Models.BackupConfig BackupConfig(Azure.ResourceManager.CommvaultContentStore.Models.BackupLevel? backupLevel = default, string jobDescription = default, bool shouldCopyImmediately = false, bool shouldRunSnapshotBackup = false, bool shouldNotifyUserOnJobCompletion = false);
static member BackupConfig : Nullable<Azure.ResourceManager.CommvaultContentStore.Models.BackupLevel> * string * bool * bool * bool -> Azure.ResourceManager.CommvaultContentStore.Models.BackupConfig
Public Shared Function BackupConfig (Optional backupLevel As Nullable(Of BackupLevel) = Nothing, Optional jobDescription As String = Nothing, Optional shouldCopyImmediately As Boolean = false, Optional shouldRunSnapshotBackup As Boolean = false, Optional shouldNotifyUserOnJobCompletion As Boolean = false) As BackupConfig

Parameters

backupLevel
Nullable<BackupLevel>

Indicates whether to stop backup or not for the VM.

jobDescription
String

The name of the backup job to be shown in Commvault.

shouldCopyImmediately
Boolean

Indicates whether to run backup immediately or not for the VM.

shouldRunSnapshotBackup
Boolean

Indicates whether to run snapshot backup or not for the VM, if false, it will run regular backup.

shouldNotifyUserOnJobCompletion
Boolean

Indicates whether to notify the user on job completion.

Returns

A new BackupConfig instance for mocking.

Applies to