VpnGatewayResource.StopPacketCapture 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.
Arrête la capture de paquets sur la passerelle VPN dans le groupe de ressources spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/stoppacketcapture
- IdVpnGateways_StopPacketCapture d’opération
public virtual Azure.ResourceManager.ArmOperation<string> StopPacketCapture (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.VpnGatewayPacketCaptureStopContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopPacketCapture : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VpnGatewayPacketCaptureStopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<string>
override this.StopPacketCapture : Azure.WaitUntil * Azure.ResourceManager.Network.Models.VpnGatewayPacketCaptureStopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<string>
Public Overridable Function StopPacketCapture (waitUntil As WaitUntil, Optional content As VpnGatewayPacketCaptureStopContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of String)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
Paramètres de capture de paquets de passerelle VPN fournis pour arrêter la capture de paquets sur la passerelle VPN.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
S’applique à
Azure SDK for .NET