次の方法で共有


AppServiceEnvironmentsGet interface

メソッド

delete(AppServiceEnvironmentsDeleteParameters)

App Service 環境を削除します。

get(RequestParameters)

App Service Environment のプロパティを取得します。

patch(AppServiceEnvironmentsUpdateParameters)

App Service Environment を作成または更新します。

put(AppServiceEnvironmentsCreateOrUpdateParameters)

App Service Environment を作成または更新します。

メソッドの詳細

delete(AppServiceEnvironmentsDeleteParameters)

App Service 環境を削除します。

function delete(options?: AppServiceEnvironmentsDeleteParameters): StreamableMethod<AppServiceEnvironmentsDelete202Response | AppServiceEnvironmentsDelete204Response | AppServiceEnvironmentsDeleteDefaultResponse>

パラメーター

戻り値

get(RequestParameters)

App Service Environment のプロパティを取得します。

function get(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsGet200Response | AppServiceEnvironmentsGetDefaultResponse>

パラメーター

戻り値

patch(AppServiceEnvironmentsUpdateParameters)

App Service Environment を作成または更新します。

function patch(options: AppServiceEnvironmentsUpdateParameters): StreamableMethod<AppServiceEnvironmentsUpdate200Response | AppServiceEnvironmentsUpdate201Response | AppServiceEnvironmentsUpdate202Response | AppServiceEnvironmentsUpdateDefaultResponse>

パラメーター

戻り値

put(AppServiceEnvironmentsCreateOrUpdateParameters)

App Service Environment を作成または更新します。

function put(options: AppServiceEnvironmentsCreateOrUpdateParameters): StreamableMethod<AppServiceEnvironmentsCreateOrUpdate200Response | AppServiceEnvironmentsCreateOrUpdate201Response | AppServiceEnvironmentsCreateOrUpdate202Response | AppServiceEnvironmentsCreateOrUpdateDefaultResponse>

パラメーター

戻り値