Get-VBRCloudTapeBackupTenantRepository
Short Description
Returns tenant cloud repositories.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides parameter sets that allow you to:
- Get tenant cloud repositories by the tenant friendly name.
|
Get-VBRCloudTapeBackupTenantRepository [-Name <string[]>] [<CommonParameters>] |
- Get tenant cloud repository by the repository ID.
|
Get-VBRCloudTapeBackupTenantRepository -Id <guid[]> [<CommonParameters>] |
- Get tenant cloud repository by the tenant ID.
|
Get-VBRCloudTapeBackupTenantRepository -TenantId <guid[]> [<CommonParameters>] |
Detailed Description
This cmdlet returns the array of tenant cloud repositories.
|
|
|
You can run this cmdlet from the service provider side only. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Name |
Specifies an array of friendly names for tenant backup repositories. The cmdlet will return the tenant backup repositories with these names. |
String[] |
False |
Named |
True (ByValue, |
|
Id |
Specifies an array of IDs for tenant backup repositories. The cmdlet will return the tenant backup repositories with the specified IDs. |
Guid[] |
True |
Named |
True (ByValue, |
|
TenantId |
Specifies an array of tenant IDs. The cmdlet will return tenant backup repositories with the specified tenant IDs. |
Guid[] |
True |
Named |
True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRCloudTapeBackupTenantRepository
Examples
Example 1. Getting All Tenant Cloud Repositories
|
This command gets an array of all tenant cloud repositories.
|
Example 2. Getting Tenant Cloud Repository by Repository ID
|
This command gets a tenant cloud repository by the repository ID.
|
Example 3. Getting Tenant Cloud Repository by Repository Name
|
This command gets tenant cloud repositories by the tenant friendly name.
|
Example 4. Getting Tenant Cloud Repository by Tenant ID
|
This command gets tenant cloud repositories by the tenant ID.
|