Stop-VBRApplicationBackupJob
Short Description
Stops application backup policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRApplicationBackupJob [-Job] <VBRApplicationBackupJobBase[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet stops application backup policies.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an application backup policy that you want to stop.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Stopping Application Backup Policies
This example shows how to stop the application backup policy.
|
$job = Get-VBRApplicationBackupJob -Name "DbsSrv2049" Stop-VBRApplicationBackupJob -Job $job |
Perform the following steps:
- Run the
Get-VBRApplicationBackupJobReturns application backup policies. cmdlet. Specify theNameparameter value. Save the result to the$jobvariable. - Run the
Stop-VBRApplicationBackupJobcmdlet. Set the$jobvariable as theJobparameter value.
Related Commands
Get-VBRApplicationBackupJobReturns application backup policies.