ArmSecurityCenterModelFactory.SuppressionAlertsScopeElement Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.SuppressionAlertsScopeElement SuppressionAlertsScopeElement(string field = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default);
static member SuppressionAlertsScopeElement : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.ResourceManager.SecurityCenter.Models.SuppressionAlertsScopeElement
Public Shared Function SuppressionAlertsScopeElement (Optional field As String = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing) As SuppressionAlertsScopeElement

Parameters

field
String

The alert entity type to suppress by.

additionalProperties
IDictionary<String,BinaryData>

Returns

A new SuppressionAlertsScopeElement instance for mocking.

Applies to