Share via


AppServicePlansGet interface

Methods

delete(RequestParameters)

Delete an App Service plan.

get(RequestParameters)

Get an App Service plan.

patch(AppServicePlansUpdateParameters)

Creates or updates an App Service Plan.

put(AppServicePlansCreateOrUpdateParameters)

Creates or updates an App Service Plan.

Method Details

delete(RequestParameters)

Delete an App Service plan.

function delete(options?: RequestParameters): StreamableMethod<AppServicePlansDelete200Response | AppServicePlansDelete204Response | AppServicePlansDeleteDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get an App Service plan.

function get(options?: RequestParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>

Parameters

Returns

patch(AppServicePlansUpdateParameters)

Creates or updates an App Service Plan.

function patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>

Parameters

Returns

put(AppServicePlansCreateOrUpdateParameters)

Creates or updates an App Service Plan.

function put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>

Parameters

Returns