Get-VBRvCDCloudOrganizationvDC
Short Description
Returns organization VDCs.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get organization VDCs by name.
Get-VBRvCDCloudOrganizationvDC [-Name <string>] [<CommonParameters>] |
- Get organization VDCs by ID.
Get-VBRvCDCloudOrganizationvDC [-Id <guid>] [<CommonParameters>] |
- Get organization VDCs by cloud service provider.
Get-VBRvCDCloudOrganizationvDC [-CloudProvider <VBRCloudProvider[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns organization VDCs.
Important! |
This cmdlet is available for tenants only. |
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Name | Specifies a name of organization VDCs that you want to get. | String[] | False | Named | True (ByValue, |
Id | Specifies an ID of organization VDCs that you want to get. | Guid[] | False | Named | True (ByValue, |
CloudProvider | Specifies a cloud service provider. Veeam Backup & Replication will return the organization VDCs, managed by this cloud service provider. | Accepts the VBRCloudProvider[] object. To get this object, run the Get-VBRCloudProvider cmdlet. | False | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRvCDCloudOrganizationvDC
Examples
Example 1. Getting All Organization VCDs
This command gets all organization VDCs.
|
Example 2. Getting Organization VCD by Name
This command gets an organization VDC by the organization VDC name.
|
Example 3. Getting Organization VCD by Name and Cloud Service Provider
This example shows how to get an organization VDCs by specifying the name and the cloud service provider.
Perform the following steps:
|
Related Commands