ActionResponse Class
Action for alert rule.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ActionResponse(*, etag: str | None = None, logic_app_resource_id: str | None = None, workflow_id: str | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
etag
|
Etag of the action. Default value: None
|
|
logic_app_resource_id
|
Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. Default value: None
|
|
workflow_id
|
The name of the logic app's workflow. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
|
name
|
The name of the resource. |
|
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
|
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
|
etag
|
Etag of the action. |
|
logic_app_resource_id
|
Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}. |
|
workflow_id
|
The name of the logic app's workflow. |