Location コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Location() |
Location クラスの新しいインスタンスを初期化します。 |
Location(String, String, String, Nullable<LocationType>, String, String, LocationMetadata) |
Location クラスの新しいインスタンスを初期化します。 |
Location()
Location クラスの新しいインスタンスを初期化します。
public Location ();
Public Sub New ()
適用対象
Location(String, String, String, Nullable<LocationType>, String, String, LocationMetadata)
Location クラスの新しいインスタンスを初期化します。
public Location (string id = default, string subscriptionId = default, string name = default, Microsoft.Azure.Management.ResourceManager.Models.LocationType? type = default, string displayName = default, string regionalDisplayName = default, Microsoft.Azure.Management.ResourceManager.Models.LocationMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.Location : string * string * string * Nullable<Microsoft.Azure.Management.ResourceManager.Models.LocationType> * string * string * Microsoft.Azure.Management.ResourceManager.Models.LocationMetadata -> Microsoft.Azure.Management.ResourceManager.Models.Location
Public Sub New (Optional id As String = Nothing, Optional subscriptionId As String = Nothing, Optional name As String = Nothing, Optional type As Nullable(Of LocationType) = Nothing, Optional displayName As String = Nothing, Optional regionalDisplayName As String = Nothing, Optional metadata As LocationMetadata = Nothing)
パラメーター
- id
- String
場所の完全修飾 ID。 たとえば、/subscriptions/00000000-0000-0000-0000-0000000000000/locations/westus です。
- subscriptionId
- String
サブスクリプション ID です。
- name
- String
場所の名前。
- type
- Nullable<LocationType>
場所の種類。 使用可能な値は、'Region'、'EdgeZone' です。
- displayName
- String
場所の表示名。
- regionalDisplayName
- String
場所とその領域の表示名。
- metadata
- LocationMetadata
場所のメタデータ (lat/long、ペアリージョンなど)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET