次の方法で共有


ExtendedLocation コンストラクター

定義

オーバーロード

ExtendedLocation()

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

ExtendedLocation(String, String)

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

ExtendedLocation()

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

public ExtendedLocation ();
Public Sub New ()

適用対象

ExtendedLocation(String, String)

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

public ExtendedLocation (string type = default, string name = default);
new Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation : string * string -> Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation
Public Sub New (Optional type As String = Nothing, Optional name As String = Nothing)

パラメーター

type
String

拡張場所の種類。 使用可能な値は次のとおりです: 'EdgeZone'

name
String

拡張された場所の名前。

適用対象