Share via


SessionPoolCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string sessionPoolName, Azure.ResourceManager.AppContainers.SessionPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.SessionPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.SessionPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.SessionPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, sessionPoolName As String, data As SessionPoolData, Optional cancellationToken As CancellationToken = Nothing) As 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