AppServicePlansGet interface
Методы
| delete(Request |
Удаление плана службы приложений. |
| get(Request |
Получите план службы приложений. |
| patch(App |
Создает или обновляет план службы приложений. |
| put(App |
Создает или обновляет план службы приложений. |
Сведения о методе
delete(RequestParameters)
Удаление плана службы приложений.
function delete(options?: RequestParameters): StreamableMethod<AppServicePlansDelete200Response | AppServicePlansDelete204Response | AppServicePlansDeleteDefaultResponse>
Параметры
- options
- RequestParameters
Возвращаемое значение
get(RequestParameters)
Получите план службы приложений.
function get(options?: RequestParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>
Параметры
- options
- RequestParameters
Возвращаемое значение
patch(AppServicePlansUpdateParameters)
Создает или обновляет план службы приложений.
function patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>
Параметры
- options
- AppServicePlansUpdateParameters
Возвращаемое значение
put(AppServicePlansCreateOrUpdateParameters)
Создает или обновляет план службы приложений.
function put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>