web_app_properties_controller_properties
Creates, updates, deletes, gets or lists a web_app_properties_controller_properties resource.
Overview
| Name | web_app_properties_controller_properties |
| Type | Resource |
| Id | azure.migrate.web_app_properties_controller_properties |
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 |
|---|---|---|---|---|
update | exec | subscriptionId, resourceGroupName, siteName, webAppSiteName | Method to update properties for web applications. in a site. |
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 |
|---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
siteName | string | Site name |
subscriptionId | string | The ID of the target subscription. |
webAppSiteName | string | Web app site name. |
Lifecycle Methods
- update
Method to update properties for web applications.
in a site.
EXEC azure.migrate.web_app_properties_controller_properties.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@siteName='{{ siteName }}' --required,
@webAppSiteName='{{ webAppSiteName }}' --required
@@json=
'{
"webApps": "{{ webApps }}"
}'
;