Skip to main content

verify_hosting_environment_vnets

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

Overview

Nameverify_hosting_environment_vnets
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
verify_hosting_environment_vnetexecsubscription_idVerifies 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.

NameDatatypeDescription
subscription_idstring

Lifecycle Methods

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 }}"
}'
;