Share via


WebAppsGet interface

Methods

delete(WebAppsDeleteParameters)

Deletes a web, mobile, or API app, or one of the deployment slots.

get(RequestParameters)

Gets the details of a web, mobile, or API app.

patch(WebAppsUpdateParameters)

Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.

put(WebAppsCreateOrUpdateParameters)

Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.

Method Details

delete(WebAppsDeleteParameters)

Deletes a web, mobile, or API app, or one of the deployment slots.

function delete(options?: WebAppsDeleteParameters): StreamableMethod<WebAppsDelete200Response | WebAppsDelete204Response | WebAppsDelete404Response | WebAppsDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets the details of a web, mobile, or API app.

function get(options?: RequestParameters): StreamableMethod<WebAppsGet200Response | WebAppsGet404Response | WebAppsGetDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateParameters)

Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.

function patch(options: WebAppsUpdateParameters): StreamableMethod<WebAppsUpdate200Response | WebAppsUpdate202Response | WebAppsUpdateDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateParameters)

Creates a new web, mobile, or API app in an existing resource group, or updates an existing app.

function put(options: WebAppsCreateOrUpdateParameters): StreamableMethod<WebAppsCreateOrUpdate200Response | WebAppsCreateOrUpdate202Response | WebAppsCreateOrUpdateDefaultResponse>

Parameters

Returns