Stop-VBRVMRestoreToGoogleCloud
Short Description
Stops running restore to Google Compute Engine sessions.
Important |
This cmdlet is available starting from Veeam Backup & Replication 11a (build 11.0.1.1261). |
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet stops specified restore to Google Compute Engine sessions.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Session | Specifies the restore to Google Compute Engine session. | Accepts the VBRGoogleCloudRestoreSession object. To get this object, run the Get-VBRGoogleCloudRestoreSession cmdlet. | True | Named | True (ByValue) |
Wait | Defines that the command will wait for the process to complete before accepting more input. | SwitchParameter | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Return Type
Example
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-VBRGoogleCloudRestoreSession cmdlet. Save the result to the $session variable.
- Run Stop-VBRVMRestoreToGoogleCloud with the $session variable.
Related Commands