Get-VBRvCDCloudOrganizationvDC
Short Description
Returns organization VDCs.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRvCDCloudOrganizationvDC [-Name <string>] [-Id <guid>] [-CloudProvider <VBRCloudProvider[]>][<CommonParameters>] |
Detailed Description
This cmdlet returns organization VDCs.
|
This cmdlet is available for tenants only. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Name | Specifies a name of organization VDCs that you want to get. | False | Named | True (ByValue, | False |
Id | Specifies an ID of organization VDCs that you want to get. | False | Named | True (ByValue, | False |
CloudProvider | Specifies a cloud service provider. Veeam Backup & Replication will return the organization VDCs, managed by this cloud service provider. Accepts the VBRCloudProvider type. | 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 1
This command gets all organization VDCs.
Example 2
This command gets an organization VDC by the organization VDC name.
Example 3
This example shows how to get an organization VDCs by specifying the name and the cloud service provider.
- Run Get-VBRCloudProvider with the Name parameter to get the necessary cloud provider. Save the result to the $provider variable.
- Run Get-VBRvCDCloudOrganizationvDC with the $provider varilable.
$provider = Get-VBRCloudProvider -Name "Organization VDC" Get-VBRvCDCloudOrganizationvDC -Name "Organization vDC" -CloudProvider $provider |
Related Commands