Set-VBRCloudSubUserResource

Short Description

Modifies quotas of cloud subuser resources settings.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Modify the repository friendly name.

Set-VBRCloudSubUserResource -CloudSubUserResource <VBRCloudSubUserResource> [-RepositoryFriendlyName <String>]  [<CommonParameters>]

  • Modify the disk space limits.

Set-VBRCloudSubUserResource -CloudSubUserResource <VBRCloudSubUserResource> [-RepositoryFriendlyName <String>] [-Quota <Int64>]  [<CommonParameters>]

  • Change the disk space quota to unlimited.

Set-VBRCloudSubUserResource -CloudSubUserResource <VBRCloudSubUserResource> [-RepositoryFriendlyName <String>] [-Unlimited]  [<CommonParameters>]

Detailed Description

This cmdlet modifies the VBRCloudSubUserResource object. This object contains the quota of the cloud user backup resources.

Run the Set-VBRCloudSubUser 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

CloudSubUserResource

Specifies the quota of the subuser backup resources you want to modify.

Accepts the VBRCloudSubUserResource object. To get this object, run the Get-VBRCloudSubUser cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

RepositoryFriendlyName

Specifies the name you want to give to the subuser quota.

This name will be displayed in the list of backup repositories at the subuser side.

String

False

Named

False

Quota

Specifies the amount of space you want to give to the subuser on the selected backup repository.

Permitted value: 1 to 2097151  (GB).

Int64

False

Named

False

Unlimited

Defines that the quota of resources has unlimited disk space.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRCloudSubUserResource

Examples

Set-VBRCloudSubUserResourceExample 1. Modifying Repository Friendly Name for Cloud Subuser

Set-VBRCloudSubUserResourceExample 2. Modifying Quota for Cloud Subuser

Set-VBRCloudSubUserResourceExample 3. Setting Unlimited Disk Space for Cloud Subuser

Related Commands

Get-VBRCloudSubUser

Page updated 4/12/2024

Page content applies to build 12.3.1.1139