< Back

Stop-AzureSiteRecoveryJob

Wed Jan 30, 2019 5:55 pm

NAME Stop-AzureSiteRecoveryJob



SYNOPSIS

Stops the Azure Site Recovery Job. Specify a running Job only.





SYNTAX

Stop-AzureSiteRecoveryJob -Id <string> [<CommonParameters>]



Stop-AzureSiteRecoveryJob -Job <ASRJob> [<CommonParameters>]





DESCRIPTION







PARAMETERS

-Id <string>

ID of the Azure Site Recovery Job



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Job <ASRJob>

ASR Job object



Required? true

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES







Keywords: azure, azuresm, servicemanagement, management, service, site, recovery







-------------------------- EXAMPLE 1 --------------------------



C:\\PS>$jobs= Get-AzureSiteRecoveryJob; Stop-AzureSiteRecoveryJob -Job $jobs



Description



-----------













RELATED LINKS