Partager via


ContainerAppsSessionPools interface

Interface représentant un ContainerAppsSessionPools.

Méthodes

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un pool de sessions avec les propriétés données.

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un pool de sessions avec les propriétés données.

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Supprimez le pool de sessions avec le nom donné.

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Supprimez le pool de sessions avec le nom donné.

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Correctifs d’un pool de sessions à l’aide du correctif de fusion JSON

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Correctifs d’un pool de sessions à l’aide du correctif de fusion JSON

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtenir les propriétés d’un pool de sessions.

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenez les pools de sessions dans un groupe de ressources donné d’un abonnement.

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenez les pools de sessions dans un abonnement donné.

Détails de la méthode

beginCreateOrUpdate(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un pool de sessions avec les propriétés données.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

sessionPoolEnvelope
SessionPool

Propriétés utilisées pour créer un pool de sessions

Retours

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

beginCreateOrUpdateAndWait(string, string, SessionPool, ContainerAppsSessionPoolsCreateOrUpdateOptionalParams)

Créez ou mettez à jour un pool de sessions avec les propriétés données.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

sessionPoolEnvelope
SessionPool

Propriétés utilisées pour créer un pool de sessions

Retours

Promise<SessionPool>

beginDelete(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Supprimez le pool de sessions avec le nom donné.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Paramètres d’options.

Retours

beginDeleteAndWait(string, string, ContainerAppsSessionPoolsDeleteOptionalParams)

Supprimez le pool de sessions avec le nom donné.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

options
ContainerAppsSessionPoolsDeleteOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Correctifs d’un pool de sessions à l’aide du correctif de fusion JSON

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propriétés utilisées pour créer un pool de sessions

options
ContainerAppsSessionPoolsUpdateOptionalParams

Paramètres d’options.

Retours

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

beginUpdateAndWait(string, string, SessionPoolUpdatableProperties, ContainerAppsSessionPoolsUpdateOptionalParams)

Correctifs d’un pool de sessions à l’aide du correctif de fusion JSON

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

sessionPoolEnvelope
SessionPoolUpdatableProperties

Propriétés utilisées pour créer un pool de sessions

options
ContainerAppsSessionPoolsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<SessionPool>

get(string, string, ContainerAppsSessionPoolsGetOptionalParams)

Obtenir les propriétés d’un pool de sessions.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

sessionPoolName

string

Nom du pool de sessions.

options
ContainerAppsSessionPoolsGetOptionalParams

Paramètres d’options.

Retours

Promise<SessionPool>

listByResourceGroup(string, ContainerAppsSessionPoolsListByResourceGroupOptionalParams)

Obtenez les pools de sessions dans un groupe de ressources donné d’un abonnement.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

Retours

listBySubscription(ContainerAppsSessionPoolsListBySubscriptionOptionalParams)

Obtenez les pools de sessions dans un abonnement donné.

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

Paramètres

Retours