WebAppsGet interface
Methods
| delete(Web |
Deletes a web, mobile, or API app, or one of the deployment slots. |
| get(Request |
Gets the details of a web, mobile, or API app. |
| patch(Web |
Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. |
| put(Web |
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
- options
- WebAppsDeleteParameters
Returns
get(RequestParameters)
Gets the details of a web, mobile, or API app.
function get(options?: RequestParameters): StreamableMethod<WebAppsGet200Response | WebAppsGet404Response | WebAppsGetDefaultResponse>
Parameters
- options
- RequestParameters
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
- options
- WebAppsUpdateParameters
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
- options
- WebAppsCreateOrUpdateParameters