次の方法で共有


AppServicePlansGet interface

メソッド

delete(RequestParameters)

App Service プランを削除します。

get(RequestParameters)

App Service プランを取得します。

patch(AppServicePlansUpdateParameters)

App Service プランを作成または更新します。

put(AppServicePlansCreateOrUpdateParameters)

App Service プランを作成または更新します。

メソッドの詳細

delete(RequestParameters)

App Service プランを削除します。

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

パラメーター

戻り値

get(RequestParameters)

App Service プランを取得します。

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

パラメーター

戻り値

patch(AppServicePlansUpdateParameters)

App Service プランを作成または更新します。

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

パラメーター

戻り値

put(AppServicePlansCreateOrUpdateParameters)

App Service プランを作成または更新します。

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

パラメーター

戻り値