Partager via


IWithGallery.WithExistingGallery Méthode

Définition

Surcharges

WithExistingGallery(IGallery)

Spécifie la galerie dans laquelle réside cette image.

WithExistingGallery(String, String)

Spécifie la galerie dans laquelle réside cette image.

WithExistingGallery(IGallery)

Spécifie la galerie dans laquelle réside cette image.

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

Paramètres

gallery
IGallery

La galerie.

Retours

S’applique à

WithExistingGallery(String, String)

Spécifie la galerie dans laquelle réside cette image.

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

Paramètres

resourceGroupName
String

Nom du groupe de ressources.

galleryName
String

Nom de la galerie.

Retours

S’applique à