次の方法で共有


ApplicationInsightsComponentAnalyticsItemProperties コンストラクター

定義

オーバーロード

ApplicationInsightsComponentAnalyticsItemProperties()

ApplicationInsightsComponentAnalyticsItemProperties クラスの新しいインスタンスを初期化します。

ApplicationInsightsComponentAnalyticsItemProperties(String)

ApplicationInsightsComponentAnalyticsItemProperties クラスの新しいインスタンスを初期化します。

ApplicationInsightsComponentAnalyticsItemProperties()

ApplicationInsightsComponentAnalyticsItemProperties クラスの新しいインスタンスを初期化します。

public ApplicationInsightsComponentAnalyticsItemProperties();
Public Sub New ()

適用対象

ApplicationInsightsComponentAnalyticsItemProperties(String)

ApplicationInsightsComponentAnalyticsItemProperties クラスの新しいインスタンスを初期化します。

public ApplicationInsightsComponentAnalyticsItemProperties(string functionAlias = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAnalyticsItemProperties
Public Sub New (Optional functionAlias As String = Nothing)

パラメーター

functionAlias
String

項目の型が Function の場合に使用される関数エイリアス

適用対象