Get-VBRCloudSubTenant
Short Description
Returns cloud subtenant accounts.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRCloudSubTenant [-Mode <VBRCloudSubTenantMode>] [<CommonParameters>]
-
IdGet-VBRCloudSubTenant [-Id <Guid[]>] [-Mode <VBRCloudSubTenantMode>] [<CommonParameters>]
-
NameGet-VBRCloudSubTenant [-Name <String[]>] [-Mode <VBRCloudSubTenantMode>] [<CommonParameters>]
-
TenantGet-VBRCloudSubTenant [-Tenant <IVBRCloudTenant[]>] [-Mode <VBRCloudSubTenantMode>] [<CommonParameters>]
Detailed Description
This cmdlet returns cloud subtenant accounts of the following types:
- Simple cloud subtenant accounts.
- Cloud Director subtenant accounts.
Tip |
|
You can get the cloud subtenant accounts from the specified cloud tenant. Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of subtenant IDs. The cmdlet will return the subtenants with these IDs.
Accepts |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Mode |
Specifies the cloud subtenant mode. You can select either of the following modes:
The cmdlet will return subusers of the specified mode. |
|
False |
Named |
False |
|
Name |
Specifies the array of names for the subtenant account you want to get or search conditions. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Tenant |
Specifies the tenant. The cmdlet will return the subtenants associated with this tenant.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
IVBRCloudSubTenant
VBRvCDCloudSubTenant
Examples
Example 1. Getting Cloud Subtenant by Name
|
This command shows how to get a simple cloud subtenant by name.
|
Example 2. Getting Cloud Subtenant by Tenant
|
This example shows how to get a cloud subtenant by tenant.
Perform the following steps:
|
Related Commands
Get-VBRCloudTenantReturns cloud tenant accounts.