Get-VBRCloudTapeBackupTenantRepository
Short Description
Returns tenant cloud repositories.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
- For getting tenant cloud repositories by the tenant friendly name
- For getting tenant cloud repository by the repository ID
- For getting tenant cloud repository by the tenant ID
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 | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Name | Specifies an array of friendly names for tenant backup repositories. The cmdlet will return the tenant backup repositories with these names. | False | Named | True (ByValue, | False |
Id | Specifies an array of IDs for tenant backup repositories. The cmdlet will return the tenant backup repositories with the specified IDs. | True | Named | True (ByValue, | False |
TenantId | Specifies an array of tenant IDs. The cmdlet will return tenant backup repositories with the specified tenant IDs. | True | 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
VBRCloudTapeBackupTenantRepository
Example 1
This command gets an array of all tenant cloud repositories.
Example 2
This command gets a tenant cloud repository by the repository ID.
Example 3
This command gets tenant cloud repositories by the tenant friendly name.
Example 4
This command gets tenant cloud repositories by the tenant ID.