web_applications_controllers
Creates, updates, deletes, gets or lists a web_applications_controllers
resource.
Overview
Name | web_applications_controllers |
Type | Resource |
Id | azure.migrate.web_applications_controllers |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Class for web application properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_web_app_site | SELECT | resourceGroupName, siteName, subscriptionId, webAppSiteName | Method to get all IIS web applications. |
SELECT
examples
Method to get all IIS web applications.
SELECT
properties
FROM azure.migrate.web_applications_controllers
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND webAppSiteName = '{{ webAppSiteName }}';