AppServicePlansGet interface
メソッド
| delete(Request |
App Service プランを削除します。 |
| get(Request |
App Service プランを取得します。 |
| patch(App |
App Service プランを作成または更新します。 |
| put(App |
App Service プランを作成または更新します。 |
メソッドの詳細
delete(RequestParameters)
App Service プランを削除します。
function delete(options?: RequestParameters): StreamableMethod<AppServicePlansDelete200Response | AppServicePlansDelete204Response | AppServicePlansDeleteDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
get(RequestParameters)
App Service プランを取得します。
function get(options?: RequestParameters): StreamableMethod<AppServicePlansGet200Response | AppServicePlansGet404Response | AppServicePlansGetDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
patch(AppServicePlansUpdateParameters)
App Service プランを作成または更新します。
function patch(options: AppServicePlansUpdateParameters): StreamableMethod<AppServicePlansUpdate200Response | AppServicePlansUpdate202Response | AppServicePlansUpdateDefaultResponse>
パラメーター
- options
- AppServicePlansUpdateParameters
戻り値
put(AppServicePlansCreateOrUpdateParameters)
App Service プランを作成または更新します。
function put(options: AppServicePlansCreateOrUpdateParameters): StreamableMethod<AppServicePlansCreateOrUpdate200Response | AppServicePlansCreateOrUpdate202Response | AppServicePlansCreateOrUpdateDefaultResponse>