ArmSecurityInsightsModelFactory.SecurityInsightsAlertRuleActionCreateOrUpdateContent Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleActionCreateOrUpdateContent SecurityInsightsAlertRuleActionCreateOrUpdateContent (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier logicAppResourceId = default, Uri triggerUri = default, Azure.ETag? etag = default);
static member SecurityInsightsAlertRuleActionCreateOrUpdateContent : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Uri * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsAlertRuleActionCreateOrUpdateContent
Public Shared Function SecurityInsightsAlertRuleActionCreateOrUpdateContent (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional logicAppResourceId As ResourceIdentifier = Nothing, Optional triggerUri As Uri = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SecurityInsightsAlertRuleActionCreateOrUpdateContent

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

logicAppResourceId
ResourceIdentifier

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

triggerUri
Uri

Logic App Callback URL for this specific workflow.

etag
Nullable<ETag>

Etag of the azure resource.

Returns

A new SecurityInsightsAlertRuleActionCreateOrUpdateContent instance for mocking.

Applies to