AppServiceEnvironmentsGetAseV3NetworkingConfiguration interface
Methods
| get(Request |
Get networking configuration of an App Service Environment |
| put(App |
Update networking configuration of an App Service Environment |
Method Details
get(RequestParameters)
Get networking configuration of an App Service Environment
function get(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsGetAseV3NetworkingConfiguration200Response | AppServiceEnvironmentsGetAseV3NetworkingConfigurationDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(AppServiceEnvironmentsUpdateAseNetworkingConfigurationParameters)
Update networking configuration of an App Service Environment
function put(options: AppServiceEnvironmentsUpdateAseNetworkingConfigurationParameters): StreamableMethod<AppServiceEnvironmentsUpdateAseNetworkingConfiguration200Response | AppServiceEnvironmentsUpdateAseNetworkingConfigurationDefaultResponse>