Partager via


VpnGatewaysOperationsExtensions.BeginStartPacketCapture Méthode

Définition

Démarre la capture de paquets sur la passerelle VPN dans le groupe de ressources spécifié.

public static string BeginStartPacketCapture (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters parameters = default);
static member BeginStartPacketCapture : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters -> string
<Extension()>
Public Function BeginStartPacketCapture (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, Optional parameters As VpnGatewayPacketCaptureStartParameters = Nothing) As String

Paramètres

operations
IVpnGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources de VpnGateway.

gatewayName
String

Le nom de la passerelle.

parameters
VpnGatewayPacketCaptureStartParameters

Paramètres de capture de paquets de passerelle VPN fournis pour démarrer la capture de paquets sur la passerelle VPN.

Retours

S’applique à