Compartir a través de


IWithImage.WithExistingImage(String, String, String) Método

Definición

Especifica el contenedor de imágenes que se va a contener esta versión de imagen.

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

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre de la galería.

galleryImageName
String

Nombre de la imagen de la galería.

Devoluciones

Se aplica a