AzureReachabilityReportLocation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
市区町村の名前。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET