Partilhar via


ContainerAppsSessionPools interface

Interface que representa um ContainerAppsSessionPools.

Métodos

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Crie ou atualize um pool de sessões com as propriedades fornecidas.

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Crie ou atualize um pool de sessões com as propriedades fornecidas.

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Exclua o pool de sessões com o nome fornecido.

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Exclua o pool de sessões com o nome fornecido.

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Corrige um pool de sessões usando o patch de mesclagem JSON

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Corrige um pool de sessões usando o patch de mesclagem JSON

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtenha as propriedades de um pool de sessões.

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenha os pools de sessões em um determinado grupo de recursos de uma assinatura.

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenha os pools de sessões em uma determinada assinatura.

Detalhes de Método

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Crie ou atualize um pool de sessões com as propriedades fornecidas.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

sessionPoolEnvelope
SessionPool

Propriedades usadas para criar um pool de sessões

options
ContainerAppsSessionPoolsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Crie ou atualize um pool de sessões com as propriedades fornecidas.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

sessionPoolEnvelope
SessionPool

Propriedades usadas para criar um pool de sessões

options
ContainerAppsSessionPoolsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SessionPool>

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Exclua o pool de sessões com o nome fornecido.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Exclua o pool de sessões com o nome fornecido.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Corrige um pool de sessões usando o patch de mesclagem JSON

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propriedades usadas para criar um pool de sessões

options
ContainerAppsSessionPoolsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Corrige um pool de sessões usando o patch de mesclagem JSON

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propriedades usadas para criar um pool de sessões

options
ContainerAppsSessionPoolsUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SessionPool>

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtenha as propriedades de um pool de sessões.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

sessionPoolName

string

Nome do pool de sessões.

options
ContainerAppsSessionPoolsGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<SessionPool>

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenha os pools de sessões em um determinado grupo de recursos de uma assinatura.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

Devoluções

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenha os pools de sessões em uma determinada assinatura.

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

Parâmetros

options
ContainerAppsSessionPoolsListBySubscriptionOptionalParams

Os parâmetros de opções.

Devoluções