ExtendedLocation(String, String) コンストラクター

定義

ExtendedLocation の新しいインスタンスを初期化します。

public ExtendedLocation (string name, string extendedLocationType);
new Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation : string * string -> Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation
Public Sub New (name As String, extendedLocationType As String)

パラメーター

name
String

リソースが作成される拡張場所のリソース ID。

extendedLocationType
String

拡張場所の種類 (CustomLocation など)。

例外

name または extendedLocationType が null です。

適用対象