PacketCaptureResource.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| UpdateAsync(WaitUntil, PacketCaptureContent, CancellationToken) |
Update a PacketCapture.
|
| UpdateAsync(WaitUntil, PacketCaptureCreateOrUpdateContent, CancellationToken) |
Invokes the UpdateAsync compatibility operation. |
UpdateAsync(WaitUntil, PacketCaptureContent, CancellationToken)
- Source:
- PacketCaptureResource.cs
Update a PacketCapture.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/packetCaptures/{packetCaptureName}.
- Operation Id. : NetworkWatchers_Create.
- Default Api Version. : 2025-07-01.
- Resource. : PacketCaptureResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.PacketCaptureContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.PacketCaptureContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.PacketCaptureContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, content As PacketCaptureContent, 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.
- content
- PacketCaptureContent
Parameters that define the create packet capture operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.
Applies to
UpdateAsync(WaitUntil, PacketCaptureCreateOrUpdateContent, CancellationToken)
- Source:
- PacketCaptureResource.cs
Invokes the UpdateAsync compatibility operation.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PacketCaptureResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, content As PacketCaptureCreateOrUpdateContent, cancellationToken As CancellationToken) As Task(Of ArmOperation(Of PacketCaptureResource))
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, 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.
Parameters that define the create packet capture operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.