Share via


ContainerServiceFleetGateResource.UpdateAsync Method

Definition

Update a Gate

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/gates/{gateName}
  • Operation Id: Gates_Update
  • Default Api Version: 2025-04-01-preview
  • Resource: ContainerServiceFleetGateResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGatePatch patch, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGatePatch * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetGatePatch * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerServiceFleet.ContainerServiceFleetGateResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As ContainerServiceFleetGatePatch, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ContainerServiceFleetGateResource))

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.

patch
ContainerServiceFleetGatePatch

The resource properties to be updated.

ifMatch
String

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

ifNoneMatch
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to