Get-VBRCloudTapeBackupTenantJob
Short Description
Returns tenant jobs.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides the following parameter sets:
- For getting tenant jobs by the job name
- For getting tenant jobs by the job ID
- For getting tenant jobs by the tenant ID
- For getting tenant jobs by the tenant repository ID
Detailed Description
This cmdlet returns the array of jobs from the tenant Veeam Backup & Replication infrastructure.
|
You can run this cmdlet from the service provider side only. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Id | Specifies an array of tenant jobs IDs. The cmdlet will return tenant jobs with specified IDs. | True | Named | True (ByValue, | False |
TenantId | Specifies an array of tenant IDs. The cmdlet will return tenant jobs of specified tenant IDs. | True | Named | True (ByValue, | False |
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 (ByValue, | False |
Name | Specifies an array of tenant jobs names. The cmdlet will return tenant jobs with these names. | False | 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
Example 1
This command gets a tenant job by the job name.
Example 2
This command gets a tenant job by the job ID.
Example 3
This command gets a tenant job by the tenant ID.
Example 4
This command gets a tenant job by the tenant repository ID.