Stop-ApplianceBackupJob

This cmdlet stops a list of running backup jobs matching the specified parameters.

Syntax

-Id  <String[]>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Id
String[] named Stops backup jobs whose IDs match the specified IDs.
optional
Server
VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

[-BackupJob  <ApplianceBackupJob[]>]
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
optional
BackupJob
ApplianceBackupJob[] named
  • pipeline
  • A list of ApplianceBackupJob objects representing the backup jobs to be stopped.
    optional
    Server
    VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

    Output

    VMware.VimAutomation.ViCore.Interop.V1.Appliance.Backup.ApplianceBackupJob

    Examples


    Example 1

    PS C:\> Get-ApplianceBackupJob -Server 'vCenter Server' | Stop-ApplianceBackupJob

    Stops all backup jobs on the specified vCenter Server.

    Example 2

    PS C:\> Stop-ApplianceBackupJob -Id ''

    Stops a backup job with the specified ID.

    Related Commands

    Feedback

    Was this page helpful?