ArmSecurityCenterModelFactory.SecurityAlertResourceIdentifier(String) Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier SecurityAlertResourceIdentifier(string type = default);
static member SecurityAlertResourceIdentifier : string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAlertResourceIdentifier
Public Shared Function SecurityAlertResourceIdentifier (Optional type As String = Nothing) As SecurityAlertResourceIdentifier

Parameters

type
String

There can be multiple identifiers of different type per alert, this field specify the identifier type.

Returns

A new SecurityAlertResourceIdentifier instance for mocking.

Applies to