AzureMonitorMetricsDestination 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
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
Azure SDK for .NET