Disable-VBRvCDReplicaJob
Short Description
Disables Cloud Director replication jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Disable-VBRvCDReplicaJob -Job <VBRvCDReplicaJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet disables Cloud Director replication jobs.
Run the Enable-VBRvCDReplicaJobEnables Cloud Director replication jobs. cmdlet to enable Cloud Director replication jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of Cloud Director replication jobs. The cmdlet will disable these jobs.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Disabling Cloud Director Replication Jobs
This example shows how to disable Cloud Director replication jobs.
|
$replicavCD = Get-VBRvCDReplicaJob Disable-VBRvCDReplicaJob -Job $replicavCD |
Perform the following steps:
- Run the
Get-VBRvCDReplicaJobReturns Cloud Director replication jobs. cmdlet. Save the result to the$replicavCDvariable. - Run the
Disable-VBRvCDReplicaJobcmdlet. Set the$replicavCDvariable as theJobparameter value.
Related Commands