Get-VBRCloudTapeBackupTenantJob
Short Description
Returns tenant jobs.
Applies to
Product Edition: Enterprise
Requires Cloud Connect license
Syntax
This cmdlet provides parameter sets that allow you to:
- Get tenant jobs by the job name.
Get-VBRCloudTapeBackupTenantJob [-Name <string[]>] [<CommonParameters>] |
- Get tenant jobs by the job ID.
Get-VBRCloudTapeBackupTenantJob -Id <guid[]> [<CommonParameters>] |
- Get tenant jobs by the tenant ID.
Get-VBRCloudTapeBackupTenantJob -TenantId <guid[]> [<CommonParameters>] |
- Get tenant jobs by the tenant repository ID.
Get-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 |
---|---|---|---|---|---|
Id | Specifies an array of tenant jobs IDs. The cmdlet will return tenant jobs with specified IDs. | Guid[] | True | Named | True (ByValue, |
TenantId | Specifies an array of tenant IDs. The cmdlet will return tenant jobs of specified tenant IDs. | Guid[] | True | Named | True (ByValue, |
TenantRepositoryId | Specifies an array of the tenant cloud repository IDs. The cmdlet will return tenant jobs that are targeted to these repositories. | Guid[] | True | Named | True (ByValue, |
Name | Specifies an array of tenant jobs names. The cmdlet will return tenant jobs with these names. | String[] | False | Named | True (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.
|