Compartir a través de


ContainerAppsSessionPools interface

Interfaz que representa un containerAppsSessionPools.

Métodos

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Cree o actualice un grupo de sesiones con las propiedades especificadas.

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Cree o actualice un grupo de sesiones con las propiedades especificadas.

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Elimine el grupo de sesiones con el nombre especificado.

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Elimine el grupo de sesiones con el nombre especificado.

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Revisiones de un grupo de sesiones mediante la revisión de combinación json

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Revisiones de un grupo de sesiones mediante la revisión de combinación json

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtiene las propiedades de un grupo de sesiones.

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenga los grupos de sesiones de un grupo de recursos determinado de una suscripción.

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenga los grupos de sesiones de una suscripción determinada.

Detalles del método

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Cree o actualice un grupo de sesiones con las propiedades especificadas.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

sessionPoolEnvelope
SessionPool

Propiedades usadas para crear un grupo de sesiones

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Cree o actualice un grupo de sesiones con las propiedades especificadas.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

sessionPoolEnvelope
SessionPool

Propiedades usadas para crear un grupo de sesiones

Devoluciones

Promise<SessionPool>

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Elimine el grupo de sesiones con el nombre especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Elimine el grupo de sesiones con el nombre especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Revisiones de un grupo de sesiones mediante la revisión de combinación json

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propiedades usadas para crear un grupo de sesiones

options
ContainerAppsSessionPoolsUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Revisiones de un grupo de sesiones mediante la revisión de combinación json

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propiedades usadas para crear un grupo de sesiones

options
ContainerAppsSessionPoolsUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SessionPool>

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtiene las propiedades de un grupo de sesiones.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

sessionPoolName

string

Nombre del grupo de sesiones.

options
ContainerAppsSessionPoolsGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<SessionPool>

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenga los grupos de sesiones de un grupo de recursos determinado de una suscripción.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

Devoluciones

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenga los grupos de sesiones de una suscripción determinada.

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

Parámetros

Devoluciones