Global interface

Interface representing a Global.

Methods

getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)

Description for Get deleted app for a subscription.

getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)

Description for Get all deleted apps for a subscription.

getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)

Description for Gets an operation in a subscription and given region

Method Details

getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)

Description for Get deleted app for a subscription.

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

Parameters

deletedSiteId

string

The numeric ID of the deleted app, e.g. 12345

options
GlobalGetDeletedWebAppOptionalParams

The options parameters.

Returns

Promise<DeletedSite>

getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)

Description for Get all deleted apps for a subscription.

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

Parameters

deletedSiteId

string

The numeric ID of the deleted app, e.g. 12345

options
GlobalGetDeletedWebAppSnapshotsOptionalParams

The options parameters.

Returns

getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)

Description for Gets an operation in a subscription and given region

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

Parameters

location

string

Location name

operationId

string

Operation Id

Returns

Promise<void>