ArmSecurityInsightsModelFactory.SecurityInsightsAlertRuleActionCreateOrUpdateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SecurityInsightsAlertRuleActionCreateOrUpdateContent.
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
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.
Returns
A new SecurityInsightsAlertRuleActionCreateOrUpdateContent instance for mocking.
Applies to
Azure SDK for .NET