Get-VBRViCloudVM
Short Description
Returns VMs available in cloud hosts allocated by cloud resources.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRViCloudVM -Server <VBRCloudServer> [<CommonParameters>]
-
NameGet-VBRViCloudVM -Server <VBRCloudServer> -Name <String[]> [<CommonParameters>]
-
IdGet-VBRViCloudVM -Server <VBRCloudServer> -Id <String[]> [<CommonParameters>]
Detailed Description
Returns VMs available in cloud hosts that are allocated to you by your cloud resources.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for VMs. The cmdlet will return VMs with these IDs. |
|
True |
Named |
False |
|
Name |
Specifies an array of VM names. The cmdlet will return VMs with these names. |
|
True |
Named |
False |
|
Server |
Specifies cloud hosts. The cmdlet will return VMs available in these hosts.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRViCloudVM object that contains VMs available in cloud hosts that are allocated to you by your cloud resources.
Examples
Example 1. Getting all VMs Available in Cloud Host
|
This example shows how to get all VMs available in the cloud host.
Perform the following steps:
|
Example 2. Getting VMs Available in Cloud Host by Names
|
This example shows how to get the
Perform the following steps:
|
Example 3. Getting VMs Available in Cloud Host by ID
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRCloudServerReturns cloud hosts allocated by a service provider.