Global interface
Interface representing a Global.
Methods
get |
Description for Get deleted app for a subscription. |
get |
Description for Get all deleted apps for a subscription. |
get |
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
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
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
The options parameters.
Returns
Promise<void>