AppServiceEnvironmentsGet interface
Methods
| delete(App |
Delete an App Service Environment. |
| get(Request |
Get the properties of an App Service Environment. |
| patch(App |
Create or update an App Service Environment. |
| put(App |
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
- options
- RequestParameters
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>