Share via


LogAnalyticsDestination Constructors

Definition

Overloads

LogAnalyticsDestination()

Initializes a new instance of the LogAnalyticsDestination class.

LogAnalyticsDestination(String, String, String)

Initializes a new instance of the LogAnalyticsDestination class.

LogAnalyticsDestination()

Initializes a new instance of the LogAnalyticsDestination class.

public LogAnalyticsDestination ();
Public Sub New ()

Applies to

LogAnalyticsDestination(String, String, String)

Initializes a new instance of the LogAnalyticsDestination class.

public LogAnalyticsDestination (string workspaceResourceId = default, string workspaceId = default, string name = default);
new Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination : string * string * string -> Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination
Public Sub New (Optional workspaceResourceId As String = Nothing, Optional workspaceId As String = Nothing, Optional name As String = Nothing)

Parameters

workspaceResourceId
String

The resource ID of the Log Analytics workspace.

workspaceId
String

The Customer ID of the Log Analytics workspace.

name
String

A friendly name for the destination. This name should be unique across all destinations (regardless of type) within the data collection rule.

Applies to