Set-VBRCloudSubTenantResource
Short Description
Modifies quotas of cloud subtenant resources settings.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Set-VBRCloudSubTenantResource -CloudSubTenantResource <VBRCloudSubTenantResource>
[-RepositoryFriendlyName <String>] [<CommonParameters>]
-
QuotaSet-VBRCloudSubTenantResource -CloudSubTenantResource <VBRCloudSubTenantResource>
[-RepositoryFriendlyName <String>] [-Quota <Int64>] [<CommonParameters>]
-
UnlimitedSet-VBRCloudSubTenantResource -CloudSubTenantResource <VBRCloudSubTenantResource>
[-RepositoryFriendlyName <String>] [-Unlimited] [<CommonParameters>]
Detailed Description
This cmdlet modifies the VBRCloudSubTenantResource object. This object contains the quota of the tenant's backup resources.
Run the Set-VBRCloudSubTenantModifies settings of cloud subtenant accounts. cmdlet to apply the changes.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CloudSubTenantResource |
Specifies the quota of the subtenant backup resources you want to modify.
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: |
|
False |
Named |
False |
|
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 side. |
|
False |
Named |
False |
|
Unlimited |
Defines that the quota of resources has unlimited disk space. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Changing Repository Friendly Name for Cloud Subtenant
|
This example shows how to modify the repository friendly name for a cloud subtenant and apply these settings to modify cloud subtenant account.
Perform the following steps:
|
Example 2. Changing Quota for Cloud Subtenant
|
This example shows how to modify the quota for a cloud subtenant and apply these settings to modify cloud subtenant account.
Perform the following steps:
|
Example 3. Changing Quota for Cloud Subtenant
|
This example shows how to set unlimited disk space to a cloud subtenant.
Perform the following steps:
|
Related Commands
Get-VBRCloudSubTenantReturns cloud subtenant accounts.