你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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”

适用于