Get-VBRvCDCloudvApp
Short Description
Returns VDC vApps.
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRvCDCloudvApp [-Name <String[]>] -OrganizationvDC <VBRvCDCloudOrganizationvDC> [<CommonParameters>] |
Detailed Description
This cmdlet returns vApps that are added to Organization DCs.
Important |
|
This cmdlet is available for tenants only. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the name of the cloud App that you want to get. |
|
False |
Named |
True (ByPropertyName) |
|
OrganizationvDC |
Specifies an organization VDC. The cmdlet will return vApps for the specified organization VDC.
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
VBRvCDCloudvApp
Examples
Getting vApp Container
This example shows how to get a vApp container.
|
$vdc = Get-VBRvCDCloudOrganizationvDC -Name "Organization VDC" $vApp = Get-VBRvCDCloudvApp -OrganizationvDC $vdc |
Perform the following steps:
- Run the
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet. Specify theNameparameter value. Save the result to the$vdcvariable. - Run the
Get-VBRvCDCloudvAppcmdlet. Set the$vdcvariable asOrganizationvDCparameter value.
Related Commands
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs.