次の方法で共有


AzureReachabilityReportLocation コンストラクター

定義

オーバーロード

AzureReachabilityReportLocation()

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

AzureReachabilityReportLocation(String, String, String)

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

AzureReachabilityReportLocation()

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

public AzureReachabilityReportLocation ();
Public Sub New ()

適用対象

AzureReachabilityReportLocation(String, String, String)

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

public AzureReachabilityReportLocation (string country, string state = default, string city = default);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation : string * string * string -> Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation
Public Sub New (country As String, Optional state As String = Nothing, Optional city As String = Nothing)

パラメーター

country
String

国の名前。

state
String

状態の名前。

city
String

市区町村の名前。

適用対象