次の方法で共有


GalleryExtendedLocation コンストラクター

定義

オーバーロード

GalleryExtendedLocation()

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

GalleryExtendedLocation(String, String)

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

GalleryExtendedLocation()

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

public GalleryExtendedLocation();
Public Sub New ()

適用対象

GalleryExtendedLocation(String, String)

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

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

パラメーター

name
String
type
String

指定できる値は、'EdgeZone'、'Unknown' です。

適用対象