Share via


AppServiceEnvironmentsGet interface

Methods

delete(AppServiceEnvironmentsDeleteParameters)

Delete an App Service Environment.

get(RequestParameters)

Get the properties of an App Service Environment.

patch(AppServiceEnvironmentsUpdateParameters)

Create or update an App Service Environment.

put(AppServiceEnvironmentsCreateOrUpdateParameters)

Create or update an App Service Environment.

Method Details

delete(AppServiceEnvironmentsDeleteParameters)

Delete an App Service Environment.

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

Parameters

Returns

get(RequestParameters)

Get the properties of an App Service Environment.

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

Parameters

Returns

patch(AppServiceEnvironmentsUpdateParameters)

Create or update an App Service Environment.

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

Parameters

Returns

put(AppServiceEnvironmentsCreateOrUpdateParameters)

Create or update an App Service Environment.

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

Parameters

Returns