Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 2.5 KB

Resize-AzureVNetGateway.md

File metadata and controls

109 lines (77 loc) · 2.5 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll-Help.xml
5765F6BD-38BC-451B-85C5-F5D1A5AF2831
2.0.0

Resize-AzureVNetGateway

SYNOPSIS

Resizes a VPN gateway.

[!INCLUDE rdfe-banner]

SYNTAX

Resize-AzureVNetGateway -VNetName <String> -GatewaySKU <String> [-Profile <AzureSMProfile>]
 [<CommonParameters>]

DESCRIPTION

The Resize-AzureVNetGateway cmdlet resizes a virtual network virtual private network (VPN) gateway to a different SKU. Valid SKUs for a virtual network gateway are Default, Standard, and HighPerformance.

EXAMPLES

Example 1: Change the SKU for a virtual network gateway

PS C:\> Resize-AzureVNetGateway -VNetName "ContosoVN07" -GatewaySKU "HighPerformance"

This command changes the SKU of the virtual network gateway for the virtual network named ContosoVN07 to HighPerformance.

PARAMETERS

-GatewaySKU

Specifies the SKU to which this cmdlet resizes virtual network gateway. Valid values are:

  • Default
  • Standard
  • HighPerformance
Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VNetName

Specifies the virtual network in which this cmdlet resizes a virtual network gateway.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-AzureVNetGateway

New-AzureVNetGateway

Remove-AzureVNetGateway

Reset-AzureVNetGateway

Set-AzureVNetGatewayKey