LogAnalyticsIdentifier Constructors
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.
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.