Stop-VBRVMRestoreToGoogleCloud
Short Description
Stops running restore to Google Compute Engine sessions.
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRVMRestoreToGoogleCloud -Session <VBRGoogleCloudRestoreSession> [-Wait] [<CommonParameters>] |
Detailed Description
This cmdlet stops specified restore to Google Compute Engine sessions.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Session |
Specifies the restore to Google Compute Engine session.
Accepts the |
True |
Named |
True (ByValue) |
|
|
Wait |
Defines that the command will wait for the process to complete before accepting more input. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Stopping Session of Machine Restore to Google Compute Engine
This example shows how to stop the New session restore session.
|
$session = Get-VBRGoogleCloudRestoreSession -Session "New session" Stop-VBRVMRestoreToGoogleCloud -Session $session |
Perform the following steps:
- Run the
Get-VBRGoogleCloudRestoreSessionReturns restore to Google Cloud sessions. cmdlet. Specify theSessionparameter value. Save the result to the$sessionvariable. - Run the
Stop-VBRVMRestoreToGoogleCloudcmdlet. Set the$sessionvariable as theSessionparameter value.
Related Commands
Get-VBRGoogleCloudRestoreSessionReturns restore to Google Cloud sessions.