Share via


PacketCaptureCollection.CreateOrUpdateAsync Method

Definition

Create and start a packet capture on the specified VM.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}
  • Operation Id: PacketCaptures_Create
  • Default Api Version: 2023-09-01
  • Resource: PacketCaptureResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string packetCaptureName, Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, packetCaptureName As String, content As PacketCaptureCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PacketCaptureResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

packetCaptureName
String

The name of the packet capture session.

content
PacketCaptureCreateOrUpdateContent

Parameters that define the create packet capture operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

packetCaptureName is an empty string, and was expected to be non-empty.

packetCaptureName or content is null.

Applies to