Partager via


VpnGatewaysOperationsExtensions.BeginStartPacketCaptureAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<string> BeginStartPacketCaptureAsync (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginStartPacketCaptureAsync : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function BeginStartPacketCaptureAsync (operations As IVpnGatewaysOperations, resourceGroupName As String, gatewayName As String, Optional parameters As VpnGatewayPacketCaptureStartParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à