Compartir a través de


IWithGallery.WithExistingGallery Método

Definición

Sobrecargas

WithExistingGallery(IGallery)

Especifica la galería en la que reside esta imagen.

WithExistingGallery(String, String)

Especifica la galería en la que reside esta imagen.

WithExistingGallery(IGallery)

Especifica la galería en la que reside esta imagen.

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

Parámetros

gallery
IGallery

Galería.

Devoluciones

Se aplica a

WithExistingGallery(String, String)

Especifica la galería en la que reside esta imagen.

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

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre de la galería.

Devoluciones

Se aplica a