ApplicationInsightsComponentWebTestLocation コンストラクター

定義

オーバーロード

ApplicationInsightsComponentWebTestLocation()

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

ApplicationInsightsComponentWebTestLocation(String, String)

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

ApplicationInsightsComponentWebTestLocation()

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

public ApplicationInsightsComponentWebTestLocation ();
Public Sub New ()

適用対象

ApplicationInsightsComponentWebTestLocation(String, String)

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

public ApplicationInsightsComponentWebTestLocation (string displayName = default, string tag = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation : string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation
Public Sub New (Optional displayName As String = Nothing, Optional tag As String = Nothing)

パラメーター

displayName
String

Web テストの場所の表示名。

tag
String

内部的に定義された地理的位置タグ。

適用対象