AppServicePlansGet interface
Methods
| delete(Request |
Delete an App Service plan. |
| get(Request |
Get an App Service plan. |
| patch(App |
Creates or updates an App Service Plan. |
| put(App |
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
- options
- RequestParameters
Returns
get(RequestParameters)
Get an App Service plan.
function get(options?: RequestParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(AppServicePlansUpdateParameters)
Creates or updates an App Service Plan.
function patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>
Parameters
- options
- AppServicePlansUpdateParameters
Returns
put(AppServicePlansCreateOrUpdateParameters)
Creates or updates an App Service Plan.
function put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>