Get-VBRCloudTapeBackupTenantJob
Short Description
Returns tenant jobs.
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRCloudTapeBackupTenantJob [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRCloudTapeBackupTenantJob -Id <Guid[]> [<CommonParameters>]
-
TenantIdGet-VBRCloudTapeBackupTenantJob -TenantId <Guid[]> [<CommonParameters>]
-
TenantRepositoryIdGet-VBRCloudTapeBackupTenantJob -TenantRepositoryId <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns the array of jobs from the tenant Veeam Backup & Replication infrastructure.
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 jobs IDs. The cmdlet will return tenant jobs with specified IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of tenant jobs names. The cmdlet will return tenant jobs with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
TenantId |
Specifies an array of tenant IDs. The cmdlet will return tenant jobs of specified tenant IDs. |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
TenantRepositoryId |
Specifies an array of the tenant cloud repository IDs. The cmdlet will return tenant jobs that are targeted to these repositories. |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Tenant Job by Name
|
This command gets a tenant job by the job name.
|
Example 2. Getting Tenant Job by Job ID
|
This command gets a tenant job by the job ID.
|
Example 3. Getting Tenant Job by Tenant ID
|
This command gets a tenant job by the tenant ID.
|
Example 4. Getting Tenant Job by Tenant Repository ID
|
This command gets a tenant job by the tenant repository ID.
|