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: 2024-05-02-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, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SkipAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetSkipProperties * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetUpdateRunResource>>
override this.SkipAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetSkipProperties * string * 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 String = 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
String

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