ContainerServiceFleetUpdateRunResource.Start Method

Definition

Starts an UpdateRun.

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