New-VBRCloudSubTenantResource
Short Description
Creates quotas of cloud subtenant resources.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
QuotaNew-VBRCloudSubTenantResource -Parent <VBRCloudTenantResource> -RepositoryFriendlyName <String> -Quota <Int64> [<CommonParameters>]
-
UnlimitedNew-VBRCloudSubTenantResource -Parent <VBRCloudTenantResource> -RepositoryFriendlyName <String> [-Unlimited] [<CommonParameters>]
Detailed Description
This cmdlet creates a new VBRCloudSubTenantResource object. This object contains a quota of the tenant backup resources.
The subtenant quota is a part of subtenant account. To assign the quota to a subtenant, run the Add-VBRCloudSubTenantCreates cloud subtenant accounts. cmdlet and use the created VBRCloudSubTenantResource object.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Parent |
Specifies the backup resources of the cloud tenant. The disk space available under the tenant account will be used as parent resources for creating the subtenant quota.
Use the
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Quota |
Specifies the amount of space you want to give to the subtenant on the selected backup repository.
Permitted value: |
|
True |
Named |
True (ByPropertyName) |
|
RepositoryFriendlyName |
Specifies the name you want to give to the subtenant quota. This name will be displayed in the list of backup repositories at the subtenant's side. |
|
True |
Named |
True (ByPropertyName) |
|
Unlimited |
Defines that the quota of resources has unlimited disk space. With unlimited quota, the subtenant will be able to use all disk space allocated to the parent. |
|
True |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Quota of Resources for Subtenant with Limited Disk Space
|
This example shows how to create a quota of resources for a subtenant with a limited disk space.
Perform the following steps:
|
Example 2. Creating Quota of Resources for Subtenant with Unlimited Disk Space
|
This example shows how to create a quota of resources for a subtenant with unlimited disk space.
Perform the following steps:
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.New-VBRCloudTenantResourceCreates the VBRCloudTenantResource objects that contain backup resources.