Delen via


AppServicePlansGet interface

Methoden

delete(RequestParameters)

Een App Service-plan verwijderen.

get(RequestParameters)

Haal een App Service-plan op.

patch(AppServicePlansUpdateParameters)

Hiermee maakt of werkt u een App Service-plan bij.

put(AppServicePlansCreateOrUpdateParameters)

Hiermee maakt of werkt u een App Service-plan bij.

Methodedetails

delete(RequestParameters)

Een App Service-plan verwijderen.

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

Parameters

Retouren

get(RequestParameters)

Haal een App Service-plan op.

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

Parameters

Retouren

patch(AppServicePlansUpdateParameters)

Hiermee maakt of werkt u een App Service-plan bij.

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

Parameters

Retouren

put(AppServicePlansCreateOrUpdateParameters)

Hiermee maakt of werkt u een App Service-plan bij.

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

Parameters

Retouren