ContainerAppsSessionPoolsOperations interface

Interface representing a ContainerAppsSessionPools operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Create or update a session pool with the given properties.

delete

Delete the session pool with the given name.

fetchMcpServerCredentials

Fetch the MCP server credentials of a session pool.

get

Get the properties of a session pool.

listByResourceGroup

Get the session pools in a given resource group of a subscription.

listBySubscription

Get the session pools in a given subscription.

rotateMcpServerCredentials

Rotate and fetch the rotated MCP server credentials of a session pool.

update

Patches a session pool using JSON merge patch

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => Promise<SessionPool>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => Promise<SessionPool>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SessionPool>, SessionPool>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => Promise<SessionPool>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => Promise<SessionPool>

createOrUpdate

Create or update a session pool with the given properties.

createOrUpdate: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SessionPool>, SessionPool>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPool, options?: ContainerAppsSessionPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SessionPool>, SessionPool>

delete

Delete the session pool with the given name.

delete: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

fetchMcpServerCredentials

Fetch the MCP server credentials of a session pool.

fetchMcpServerCredentials: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsFetchMcpServerCredentialsOptionalParams) => Promise<McpServerCredential>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsFetchMcpServerCredentialsOptionalParams) => Promise<McpServerCredential>

get

Get the properties of a session pool.

get: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams) => Promise<SessionPool>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsGetOptionalParams) => Promise<SessionPool>

listByResourceGroup

Get the session pools in a given resource group of a subscription.

listByResourceGroup: (resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>

Property Value

(resourceGroupName: string, options?: ContainerAppsSessionPoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>

listBySubscription

Get the session pools in a given subscription.

listBySubscription: (options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>

Property Value

(options?: ContainerAppsSessionPoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<SessionPool, SessionPool[], PageSettings>

rotateMcpServerCredentials

Rotate and fetch the rotated MCP server credentials of a session pool.

rotateMcpServerCredentials: (resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsRotateMcpServerCredentialsOptionalParams) => Promise<McpServerCredential>

Property Value

(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsRotateMcpServerCredentialsOptionalParams) => Promise<McpServerCredential>

update

Patches a session pool using JSON merge patch

update: (resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => PollerLike<OperationState<SessionPool>, SessionPool>

Property Value

(resourceGroupName: string, sessionPoolName: string, sessionPoolEnvelope: SessionPoolUpdatableProperties, options?: ContainerAppsSessionPoolsUpdateOptionalParams) => PollerLike<OperationState<SessionPool>, SessionPool>