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

IWithGallery.WithExistingGallery 方法

定义

重载

WithExistingGallery(IGallery)

指定此映像所在的库。

WithExistingGallery(String, String)

指定此映像所在的库。

WithExistingGallery(IGallery)

指定此映像所在的库。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation WithExistingGallery (Microsoft.Azure.Management.Compute.Fluent.IGallery gallery);
abstract member WithExistingGallery : Microsoft.Azure.Management.Compute.Fluent.IGallery -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation
Public Function WithExistingGallery (gallery As IGallery) As IWithLocation

参数

gallery
IGallery

库。

返回

适用于

WithExistingGallery(String, String)

指定此映像所在的库。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation WithExistingGallery (string resourceGroupName, string galleryName);
abstract member WithExistingGallery : string * string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImage.Definition.IWithLocation
Public Function WithExistingGallery (resourceGroupName As String, galleryName As String) As IWithLocation

参数

resourceGroupName
String

资源组的名称。

galleryName
String

库的名称。

返回

适用于