This is an archive version of the document. To get the most up-to-date information, see the current version.

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.

Get-VBRvCDCloudvApp Important!

This cmdlet is available for tenants only.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

OrganizationvDC

Specifies an Organization vDC. The cmdlet will return vApps for the specified Organization vDC.

Accepts the VBRvCDCloudOrganizationvDC type.

False

Named

True (ByValue,
ByPropertyName)

False

Name

Specifies the name of the vDC cloud App that you want to get.

False

Named

True (ByValue,
ByPropertyName)

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.

  1. Run Get-VBRvCDCloudOrganizationvDC to get the necessary Organization vDC. Save the result to the $vdc variable.
  2. Run Get-VBRvCDCloudvApp with the $vdc variable.

$vdc = Get-VBRvCDCloudOrganizationvDC -Name "Organization vDC"

$vApp = Get-VBRvCDCloudvApp -OrganizationvDC $vdc

Related Commands

Get-VBRvCDCloudOrganizationvDC