次の方法で共有


ResourceLocationDataContract コンストラクター

定義

オーバーロード

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

リソースが配置されている国またはリージョン。

適用対象