Compartilhar via


SessionPoolCollection.CreateOrUpdateAsync Method

Definition

Create or update a session pool with the given properties.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/sessionPools/{sessionPoolName}
  • Operation Id: ContainerAppsSessionPools_CreateOrUpdate
  • Default Api Version: 2025-07-01
  • Resource: SessionPoolResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string sessionPoolName, Azure.ResourceManager.AppContainers.SessionPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.SessionPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.SessionPoolData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, sessionPoolName As String, data As SessionPoolData, 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.

sessionPoolName
String

Name of the session pool.

data
SessionPoolData

Properties used to create a session pool.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sessionPoolName is an empty string, and was expected to be non-empty.

sessionPoolName or data is null.

Applies to