environments_ase_networking_configurations
Creates, updates, deletes, gets or lists a environments_ase_networking_configurations
resource.
Overview
Name | environments_ase_networking_configurations |
Type | Resource |
Id | azure.app_service.environments_ase_networking_configurations |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
update | REPLACE | name, resourceGroupName, subscriptionId | Description 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 }}';