次の方法で共有


ActionRequest Class

Action for alert rule.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ActionRequest(*, etag: str | None = None, logic_app_resource_id: str | None = None, trigger_uri: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
etag
str

Etag of the azure resource.

Default value: None
logic_app_resource_id
str

Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.

Default value: None
trigger_uri
str

Logic App Callback URL for this specific workflow.

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

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
str

Etag of the azure resource.

logic_app_resource_id
str

Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.

trigger_uri
str

Logic App Callback URL for this specific workflow.