Share via


LogAnalyticsIdentifier Constructors

Definition

Overloads

LogAnalyticsIdentifier()

Initializes a new instance of the LogAnalyticsIdentifier class.

LogAnalyticsIdentifier(String, String, String, String)

Initializes a new instance of the LogAnalyticsIdentifier class.

LogAnalyticsIdentifier()

Initializes a new instance of the LogAnalyticsIdentifier class.

public LogAnalyticsIdentifier ();
Public Sub New ()

Applies to

LogAnalyticsIdentifier(String, String, String, String)

Initializes a new instance of the LogAnalyticsIdentifier class.

public LogAnalyticsIdentifier (string workspaceId = default, string workspaceSubscriptionId = default, string workspaceResourceGroup = default, string agentId = default);
new Microsoft.Azure.Management.Security.Models.LogAnalyticsIdentifier : string * string * string * string -> Microsoft.Azure.Management.Security.Models.LogAnalyticsIdentifier
Public Sub New (Optional workspaceId As String = Nothing, Optional workspaceSubscriptionId As String = Nothing, Optional workspaceResourceGroup As String = Nothing, Optional agentId As String = Nothing)

Parameters

workspaceId
String

The LogAnalytics workspace id that stores this alert.

workspaceSubscriptionId
String

The azure subscription id for the LogAnalytics workspace storing this alert.

workspaceResourceGroup
String

The azure resource group for the LogAnalytics workspace storing this alert

agentId
String

(optional) The LogAnalytics agent id reporting the event that this alert is based on.

Applies to