< Back

Set-vRAReservationStorage

Sat Jan 18, 2020 10:06 pm

NAME Set-vRAReservationStorage



SYNOPSIS

Set vRA reservation storage properties





SYNTAX

Set-vRAReservationStorage [-Id] <String> [-Path] <String> [[-ReservedSizeGB] <Int32>] [[-Priority] <Int32>]

[-Enabled] [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Set vRA reservation storage properties





PARAMETERS

-Id <String>

The Id of the reservation



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Path <String>

The storage path



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ReservedSizeGB <Int32>

The size in GB of this reservation



Required? false

Position? 3

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Priority <Int32>

The priority of storage



Required? false

Position? 4

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Enabled [<SwitchParameter>]

The status of the storage



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String.

System.Int.

System.Management.Automation.SwitchParameter





OUTPUTS

System.Management.Automation.PSObject





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRAReservation -Name "Reservation01" | Set-vRAReservationStorage -Path "Datastore01" -ReservedSizeGB

20 -Priority 10















RELATED LINKS