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

LatestGalleryImageVersion 构造函数

定义

重载

LatestGalleryImageVersion()

初始化 LatestGalleryImageVersion 类的新实例。

LatestGalleryImageVersion(String, String)

初始化 LatestGalleryImageVersion 类的新实例。

LatestGalleryImageVersion()

初始化 LatestGalleryImageVersion 类的新实例。

public LatestGalleryImageVersion ();
Public Sub New ()

适用于

LatestGalleryImageVersion(String, String)

初始化 LatestGalleryImageVersion 类的新实例。

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

参数

latestVersionName
String

区域中最新版本的名称。

location
String

库映像版本的区域。

适用于