你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DestinationsSpec 构造函数

定义

重载

DestinationsSpec()

初始化 DestinationsSpec 类的新实例。

DestinationsSpec(IList<LogAnalyticsDestination>, DestinationsSpecAzureMonitorMetrics)

初始化 DestinationsSpec 类的新实例。

DestinationsSpec()

初始化 DestinationsSpec 类的新实例。

public DestinationsSpec ();
Public Sub New ()

适用于

DestinationsSpec(IList<LogAnalyticsDestination>, DestinationsSpecAzureMonitorMetrics)

初始化 DestinationsSpec 类的新实例。

public DestinationsSpec (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination> logAnalytics = default, Microsoft.Azure.Management.Monitor.Models.DestinationsSpecAzureMonitorMetrics azureMonitorMetrics = default);
new Microsoft.Azure.Management.Monitor.Models.DestinationsSpec : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogAnalyticsDestination> * Microsoft.Azure.Management.Monitor.Models.DestinationsSpecAzureMonitorMetrics -> Microsoft.Azure.Management.Monitor.Models.DestinationsSpec
Public Sub New (Optional logAnalytics As IList(Of LogAnalyticsDestination) = Nothing, Optional azureMonitorMetrics As DestinationsSpecAzureMonitorMetrics = Nothing)

参数

logAnalytics
IList<LogAnalyticsDestination>

Log Analytics 目标列表。

azureMonitorMetrics
DestinationsSpecAzureMonitorMetrics

Azure Monitor 指标目标。

适用于