Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.9 KB

Stop-AzureVNetGatewayDiagnostics.md

File metadata and controls

75 lines (52 loc) · 1.9 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.ServiceManagement.Network.dll-Help.xml
706CBF65-C796-4525-BAEB-AAFAD44C0464
2.0.0

Stop-AzureVNetGatewayDiagnostics

SYNOPSIS

Stops a running VPN gateway diagnostics session.

[!INCLUDE rdfe-banner]

SYNTAX

Stop-AzureVNetGatewayDiagnostics -VNetName <String> [-Profile <AzureSMProfile>] [<CommonParameters>]

DESCRIPTION

The Stop-AzureVNetGatewayDiagnostics cmdlet stops a running virtual private network (VPN) gateway diagnostics session. This command saves the results of the diagnostics session to the storage account that the Start-AzureVNetGatewayDiagnostics cmdlet specifies.

EXAMPLES

PARAMETERS

-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 that contains a virtual network gateway for which this cmdlet stops diagnostics.

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-AzureVNetGatewayDiagnostics

Start-AzureVNetGatewayDiagnostics