Get-VBRCloudTapeBackupTenant
Short Description
Returns tenants backups.
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRCloudTapeBackupTenant [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRCloudTapeBackupTenant -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns the array of backups of tenants.
Important |
|
You can run this cmdlet from the service provider side only. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of tenant IDs. The cmdlet will return backups of tenants with the specified IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of tenant names. The cmdlet will return backups of tenants with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRCloudTapeBackupTenant
Examples
Example 1. Getting Backups of All Tenants
|
This command gets backups of all tenants.
|
Example 2. Getting Backups of Selected Tenant by Tenant ID
|
This command gets backups of a tenant with a specific tenant ID.
|
Example 3. Getting Backups of Selected Tenant by Tenant Name
|
This command gets backups of a tenant by the tenant name.
|