IWithProviderLocation.WithProviderLocation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithProviderLocation(String) | |
WithProviderLocation(String, String) | |
WithProviderLocation(String, String, String) |
WithProviderLocation(String)
public Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime WithProviderLocation (string country);
abstract member WithProviderLocation : string -> Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime
Public Function WithProviderLocation (country As String) As IWithStartTime
パラメーター
- country
- String
国の名前。
戻り値
適用対象
WithProviderLocation(String, String)
public Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime WithProviderLocation (string country, string state);
abstract member WithProviderLocation : string * string -> Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime
Public Function WithProviderLocation (country As String, state As String) As IWithStartTime
パラメーター
- country
- String
国の名前。
- state
- String
状態の名前。
戻り値
適用対象
WithProviderLocation(String, String, String)
public Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime WithProviderLocation (string country, string state, string city);
abstract member WithProviderLocation : string * string * string -> Microsoft.Azure.Management.Network.Fluent.AzureReachabilityReport.Definition.IWithStartTime
Public Function WithProviderLocation (country As String, state As String, city As String) As IWithStartTime
パラメーター
- country
- String
国の名前。
- state
- String
状態の名前。
- city
- String
市区町村の名前。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET