AppServicePlansGet interface
Metoder
| delete(Request |
Ta bort en App Service-plan. |
| get(Request |
Hämta en App Service-plan. |
| patch(App |
Skapar eller uppdaterar en App Service-plan. |
| put(App |
Skapar eller uppdaterar en App Service-plan. |
Metodinformation
delete(RequestParameters)
Ta bort en App Service-plan.
function delete(options?: RequestParameters): StreamableMethod<AppServicePlansDelete200Response | AppServicePlansDelete204Response | AppServicePlansDeleteDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
get(RequestParameters)
Hämta en App Service-plan.
function get(options?: RequestParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>
Parametrar
- options
- RequestParameters
Returer
patch(AppServicePlansUpdateParameters)
Skapar eller uppdaterar en App Service-plan.
function patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>
Parametrar
- options
- AppServicePlansUpdateParameters
Returer
put(AppServicePlansCreateOrUpdateParameters)
Skapar eller uppdaterar en App Service-plan.
function put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>