AzureMonitorMetricsDestination Constructors

Definition

Overloads

AzureMonitorMetricsDestination()

Initializes a new instance of the AzureMonitorMetricsDestination class.

AzureMonitorMetricsDestination(String)

Initializes a new instance of the AzureMonitorMetricsDestination class.

AzureMonitorMetricsDestination()

Initializes a new instance of the AzureMonitorMetricsDestination class.

public AzureMonitorMetricsDestination ();
Public Sub New ()

Applies to

AzureMonitorMetricsDestination(String)

Initializes a new instance of the AzureMonitorMetricsDestination class.

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

Parameters

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