Share via


SessionPoolResource.UpdateAsync Method

Definition

Patches a session pool using JSON merge patch

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}
  • Operation Id: ContainerAppsSessionPools_Update
  • Default Api Version: 2025-01-01
  • Resource: SessionPoolResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.AppContainers.Models.SessionPoolPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.AppContainers.Models.SessionPoolPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.AppContainers.Models.SessionPoolPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As SessionPoolPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SessionPoolResource))

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
SessionPoolPatch

Properties used to create a session pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to