ContainerServiceFleetUpdateRunResource.StopAsync Method

Definition

Stops an UpdateRun.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}/stop.
  • Operation Id. : UpdateRuns_Stop.
  • Default Api Version. : 2026-02-01-preview.
  • Resource. : ContainerServiceFleetUpdateRunResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>> StopAsync(Azure.WaitUntil waitUntil, Azure.ETag? ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : Azure.WaitUntil * Nullable<Azure.ETag> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
override this.StopAsync : Azure.WaitUntil * Nullable<Azure.ETag> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
Public Overridable Function StopAsync (waitUntil As WaitUntil, Optional ifMatch As Nullable(Of ETag) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ContainerServiceFleetUpdateRunResource))

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.

ifMatch
Nullable<ETag>

The request should only proceed if an entity matches this string.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to