Skip to main content

environments_ase_networking_configurations

Creates, updates, deletes, gets or lists a environments_ase_networking_configurations resource.

Overview

Nameenvironments_ase_networking_configurations
TypeResource
Idazure.app_service.environments_ase_networking_configurations

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
updateREPLACEname, resourceGroupName, subscriptionIdDescription for Update networking configuration of an App Service Environment

REPLACE example

Replaces all fields in the specified environments_ase_networking_configurations resource.

/*+ update */
REPLACE azure.app_service.environments_ase_networking_configurations
SET
kind = '{{ kind }}',
properties = '{{ properties }}'
WHERE
name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';