VpnGatewaysOperationsExtensions.StartPacketCapture Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarre la capture de paquets sur la passerelle VPN dans le groupe de ressources spécifié.
public static string StartPacketCapture (this Microsoft.Azure.Management.Network.IVpnGatewaysOperations operations, string resourceGroupName, string gatewayName, Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters parameters = default);
static member StartPacketCapture : Microsoft.Azure.Management.Network.IVpnGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayPacketCaptureStartParameters -> string
<Extension()>
Public Function StartPacketCapture (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 du 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 à
Azure SDK for .NET