IWithGallery.WithExistingGallery Methode

Definition

Überlädt

WithExistingGallery(IGallery)

Gibt den Katalog an, in dem sich dieses Bild befindet.

WithExistingGallery(String, String)

Gibt den Katalog an, in dem sich dieses Bild befindet.

WithExistingGallery(IGallery)

Gibt den Katalog an, in dem sich dieses Bild befindet.

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

Parameter

gallery
IGallery

Der Katalog.

Gibt zurück

Gilt für:

WithExistingGallery(String, String)

Gibt den Katalog an, in dem sich dieses Bild befindet.

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

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Katalogs.

Gibt zurück

Gilt für: