共用方式為


AppServiceEnvironmentsGet interface

方法

delete(AppServiceEnvironmentsDeleteParameters)

刪除 App Service 環境。

get(RequestParameters)

取得 App Service 環境的屬性。

patch(AppServiceEnvironmentsUpdateParameters)

建立或更新 App Service 環境。

put(AppServiceEnvironmentsCreateOrUpdateParameters)

建立或更新 App Service 環境。

方法詳細資料

delete(AppServiceEnvironmentsDeleteParameters)

刪除 App Service 環境。

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

參數

傳回

get(RequestParameters)

取得 App Service 環境的屬性。

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

參數

傳回

patch(AppServiceEnvironmentsUpdateParameters)

建立或更新 App Service 環境。

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

參數

傳回

put(AppServiceEnvironmentsCreateOrUpdateParameters)

建立或更新 App Service 環境。

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

參數

傳回