Get-VBRvCDCloudvApp
Short Description
Returns vDC vApps.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRvCDCloudvApp -OrganizationvDC <VBRvCDCloudOrganizationvDC> [-Name <string>] [<CommonParameters>] |
Detailed Description
This cmdlet returns vApps that are added to vDC Organization DCs.
|
This cmdlet is available for tenants only. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
OrganizationvDC | Specifies an Organization vDC. The cmdlet will return vApps for the specified Organization vDC. Accepts the VBRvCDCloudOrganizationvDC type. | False | Named | True (ByValue, | False |
Name | Specifies the name of the vDC cloud App that you want to get. | False | Named | True (ByValue, | 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
This example shows how to get a vApp container.
- Run Get-VBRvCDCloudOrganizationvDC to get the necessary Organization vDC. Save the result to the $vdc variable.
- Run Get-VBRvCDCloudvApp with the $vdc variable.
$vdc = Get-VBRvCDCloudOrganizationvDC -Name "Organization vDC" $vApp = Get-VBRvCDCloudvApp -OrganizationvDC $vdc |
Related Commands