Compartilhar via


IGallery.GetImageAsync(String, CancellationToken) Método

Definição

Recupera informações sobre uma imagem na galeria.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage> GetImageAsync (string imageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetImageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
Public Function GetImageAsync (imageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IGalleryImage)

Parâmetros

imageName
String

O nome da imagem.

cancellationToken
CancellationToken

Retornos

Aplica-se a