azure-native.securityinsights.getAction
Gets the action of alert rule. API Version: 2020-01-01.
Using getAction
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAction(args: GetActionArgs, opts?: InvokeOptions): Promise<GetActionResult>
function getActionOutput(args: GetActionOutputArgs, opts?: InvokeOptions): Output<GetActionResult>
def get_action(action_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
rule_id: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetActionResult
def get_action_output(action_id: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetActionResult]
func LookupAction(ctx *Context, args *LookupActionArgs, opts ...InvokeOption) (*LookupActionResult, error)
func LookupActionOutput(ctx *Context, args *LookupActionOutputArgs, opts ...InvokeOption) LookupActionResultOutput
> Note: This function is named LookupAction
in the Go SDK.
public static class GetAction
{
public static Task<GetActionResult> InvokeAsync(GetActionArgs args, InvokeOptions? opts = null)
public static Output<GetActionResult> Invoke(GetActionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetActionResult> getAction(GetActionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:securityinsights:getAction
arguments:
# arguments dictionary
The following arguments are supported:
- Action
Id string Action ID
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Rule
Id string Alert rule ID
- Workspace
Name string The name of the workspace.
- Action
Id string Action ID
- Resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- Rule
Id string Alert rule ID
- Workspace
Name string The name of the workspace.
- action
Id String Action ID
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- rule
Id String Alert rule ID
- workspace
Name String The name of the workspace.
- action
Id string Action ID
- resource
Group stringName The name of the resource group within the user's subscription. The name is case insensitive.
- rule
Id string Alert rule ID
- workspace
Name string The name of the workspace.
- action_
id str Action ID
- resource_
group_ strname The name of the resource group within the user's subscription. The name is case insensitive.
- rule_
id str Alert rule ID
- workspace_
name str The name of the workspace.
- action
Id String Action ID
- resource
Group StringName The name of the resource group within the user's subscription. The name is case insensitive.
- rule
Id String Alert rule ID
- workspace
Name String The name of the workspace.
getAction Result
The following output properties are available:
- Id string
Azure resource Id
- Logic
App stringResource Id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- Name string
Azure resource name
- Type string
Azure resource type
- Etag string
Etag of the action.
- Workflow
Id string The name of the logic app's workflow.
- Id string
Azure resource Id
- Logic
App stringResource Id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- Name string
Azure resource name
- Type string
Azure resource type
- Etag string
Etag of the action.
- Workflow
Id string The name of the logic app's workflow.
- id String
Azure resource Id
- logic
App StringResource Id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- name String
Azure resource name
- type String
Azure resource type
- etag String
Etag of the action.
- workflow
Id String The name of the logic app's workflow.
- id string
Azure resource Id
- logic
App stringResource Id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- name string
Azure resource name
- type string
Azure resource type
- etag string
Etag of the action.
- workflow
Id string The name of the logic app's workflow.
- id str
Azure resource Id
- logic_
app_ strresource_ id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- name str
Azure resource name
- type str
Azure resource type
- etag str
Etag of the action.
- workflow_
id str The name of the logic app's workflow.
- id String
Azure resource Id
- logic
App StringResource Id Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- name String
Azure resource name
- type String
Azure resource type
- etag String
Etag of the action.
- workflow
Id String The name of the logic app's workflow.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0