verify_hosting_environment_vnets
Creates, updates, deletes, gets or lists a verify_hosting_environment_vnets resource.
Overview
| Name | verify_hosting_environment_vnets |
| Type | Resource |
| Id | azure.web.verify_hosting_environment_vnets |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
verify_hosting_environment_vnet | exec | subscription_id | Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
subscription_id | string |
Lifecycle Methods
- verify_hosting_environment_vnet
Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules. Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
EXEC azure.web.verify_hosting_environment_vnets.verify_hosting_environment_vnet
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"kind": "{{ kind }}",
"properties": "{{ properties }}"
}'
;