Partager via


Global interface

Interface représentant un global.

Méthodes

getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)

Description de l’application supprimée pour un abonnement.

getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)

Description de l’obtention de toutes les applications supprimées pour un abonnement.

getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)

Description pour Obtenir une opération dans un abonnement et une région donnée

Détails de la méthode

getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)

Description de l’application supprimée pour un abonnement.

function getDeletedWebApp(deletedSiteId: string, options?: GlobalGetDeletedWebAppOptionalParams): Promise<DeletedSite>

Paramètres

deletedSiteId

string

ID numérique de l’application supprimée, par exemple 12345

options
GlobalGetDeletedWebAppOptionalParams

Paramètres d’options.

Retours

Promise<DeletedSite>

getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)

Description de l’obtention de toutes les applications supprimées pour un abonnement.

function getDeletedWebAppSnapshots(deletedSiteId: string, options?: GlobalGetDeletedWebAppSnapshotsOptionalParams): Promise<GlobalGetDeletedWebAppSnapshotsResponse>

Paramètres

deletedSiteId

string

ID numérique de l’application supprimée, par exemple 12345

options
GlobalGetDeletedWebAppSnapshotsOptionalParams

Paramètres d’options.

Retours

getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)

Description pour Obtenir une opération dans un abonnement et une région donnée

function getSubscriptionOperationWithAsyncResponse(location: string, operationId: string, options?: GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams): Promise<void>

Paramètres

location

string

Nom de l’emplacement

operationId

string

ID d’opération

Retours

Promise<void>