ArmSecurityInsightsModelFactory.SecurityInsightsAlertRuleActionData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von SecurityInsightsAlertRuleActionData.
public static Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleActionData SecurityInsightsAlertRuleActionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, Azure.Core.ResourceIdentifier logicAppResourceId = default, string workflowId = default);
static member SecurityInsightsAlertRuleActionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.SecurityInsights.SecurityInsightsAlertRuleActionData
Public Shared Function SecurityInsightsAlertRuleActionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional logicAppResourceId As ResourceIdentifier = Nothing, Optional workflowId As String = Nothing) As SecurityInsightsAlertRuleActionData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- logicAppResourceId
- ResourceIdentifier
Logik-App-Ressourcen-ID, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.
- workflowId
- String
Der Name des Workflows der Logik-App.
Gibt zurück
Eine neue SecurityInsightsAlertRuleActionData instance zum Mocking.