ContainerServiceFleetUpdateRunResource.SkipAsync Method

Definition

Skips one or a combination of member/group/stage/afterStageWait(s) of an update run.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/updateRuns/{updateRunName}/skip.
  • Operation Id. : UpdateRuns_Skip.
  • Default Api Version. : 2026-02-01-preview.
  • Resource. : ContainerServiceFleetUpdateRunResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>> SkipAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetSkipProperties body, Azure.ETag? ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SkipAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetSkipProperties * Nullable<Azure.ETag> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
override this.SkipAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetSkipProperties * Nullable<Azure.ETag> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
Public Overridable Function SkipAsync (waitUntil As WaitUntil, body As ContainerServiceFleetSkipProperties, 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.

body
ContainerServiceFleetSkipProperties

The content of the action request.

ifMatch
Nullable<ETag>

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

body is null.

Applies to