Skip to main content

operations

Creates, updates, deletes, gets or lists an operations resource.

Overview

Nameoperations
TypeResource
Idazure.app_service.operations

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
check_name_availabilityexecsubscriptionId, name, typeDescription for Check if a resource name is available.
verify_hosting_environment_vnetexecsubscriptionIdDescription for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
moveexecresourceGroupName, subscriptionIdDescription for Move resources between resource groups.
validateexecresourceGroupName, subscriptionId, name, type, location, propertiesDescription for Validate if a resource can be created.
validate_moveexecresourceGroupName, subscriptionIdDescription for Validate whether a resource can be moved.

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
resourceGroupNamestringName of the resource group to which the resource belongs.
subscriptionIdstringYour Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Lifecycle Methods

Description for Check if a resource name is available.

EXEC azure.app_service.operations.check_name_availability 
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}",
"isFqdn": {{ isFqdn }},
"environmentId": "{{ environmentId }}"
}'
;