Condividi tramite


IWithImage.WithExistingImage(String, String, String) Method

Definition

Specifies the image container to hold this image version.

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

Parameters

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the gallery.

galleryImageName
String

The name of the gallery image.

Returns

Applies to