ResourceLocationDataContract コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ResourceLocationDataContract() |
ResourceLocationDataContract クラスの新しいインスタンスを初期化します。 |
ResourceLocationDataContract(String, String, String, String) |
ResourceLocationDataContract クラスの新しいインスタンスを初期化します。 |
ResourceLocationDataContract()
ResourceLocationDataContract クラスの新しいインスタンスを初期化します。
public ResourceLocationDataContract();
Public Sub New ()
適用対象
ResourceLocationDataContract(String, String, String, String)
ResourceLocationDataContract クラスの新しいインスタンスを初期化します。
public ResourceLocationDataContract(string name, string city = default, string district = default, string countryOrRegion = default);
new Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract : string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ResourceLocationDataContract
Public Sub New (name As String, Optional city As String = Nothing, Optional district As String = Nothing, Optional countryOrRegion As String = Nothing)
パラメーター
- name
- String
地理的または物理的な場所の正規名。
- city
- String
リソースが配置されている都市または地域。
- district
- String
リソースが配置されている地区、州、または都道府県。
- countryOrRegion
- String
リソースが配置されている国またはリージョン。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET