provider_actions_overview_status
Creates, updates, deletes, gets or lists a provider_actions_overview_status resource.
Overview
| Name | provider_actions_overview_status |
| Type | Resource |
| Id | azure_extras.app_compliance_automation.provider_actions_overview_status |
Fields
The following fields are returned by SELECT queries:
- get
Azure operation completed successfully.
| Name | Datatype | Description |
|---|---|---|
statusList | array | List of different status items. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Get the resource overview status. |
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 |
|---|
SELECT examples
- get
Get the resource overview status.
SELECT
statusList
FROM azure_extras.app_compliance_automation.provider_actions_overview_status
;