ArmSecurityCenterModelFactory.SuppressionAlertsScopeElement 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.
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.