ContainerAppsSessionPools interface

代表 ContainerAppsSessionPools 的介面。

方法

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

使用指定的屬性建立或更新會話集區。

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

使用指定的屬性建立或更新會話集區。

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

刪除具有指定名稱的工作階段集區。

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

刪除具有指定名稱的工作階段集區。

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

使用 JSON 合併修補程式修補會話集區修補

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

使用 JSON 合併修補程式修補會話集區修補

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

取得工作階段集區的屬性。

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

取得訂用帳戶指定資源群組中的會話集區。

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

取得指定訂用帳戶中的會話集區。

方法詳細資料

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

使用指定的屬性建立或更新會話集區。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

sessionPoolEnvelope
SessionPool

用來建立會話集區的屬性

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SessionPool>, SessionPool>>

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

使用指定的屬性建立或更新會話集區。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

sessionPoolEnvelope
SessionPool

用來建立會話集區的屬性

傳回

Promise<SessionPool>

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

刪除具有指定名稱的工作階段集區。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

傳回

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

刪除具有指定名稱的工作階段集區。

function beginDeleteAndWait(resourceGroupName: string, sessionPoolName: string, options?: ContainerAppsSessionPoolsDeleteOptionalParams): Promise<ContainerAppsSessionPoolsDeleteHeaders>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

傳回

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

使用 JSON 合併修補程式修補會話集區修補

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

sessionPoolEnvelope
SessionPoolUpdatableProperties

用來建立會話集區的屬性

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SessionPool>, SessionPool>>

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

使用 JSON 合併修補程式修補會話集區修補

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

sessionPoolEnvelope
SessionPoolUpdatableProperties

用來建立會話集區的屬性

傳回

Promise<SessionPool>

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

取得工作階段集區的屬性。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

sessionPoolName

string

工作階段集區的名稱。

傳回

Promise<SessionPool>

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

取得訂用帳戶指定資源群組中的會話集區。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

取得指定訂用帳戶中的會話集區。

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

參數

傳回