Share via


PacketCaptureCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string packetCaptureName, Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, packetCaptureName As String, content As PacketCaptureCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As 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