IGalleryImages.GetByGalleryAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera informações sobre uma imagem em uma galeria.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage> GetByGalleryAsync (string resourceGroupName, string galleryName, string galleryImageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByGalleryAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
Public Function GetByGalleryAsync (resourceGroupName As String, galleryName As String, galleryImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IGalleryImage)
Parâmetros
- resourceGroupName
- String
O nome do grupo de recursos.
- galleryName
- String
O nome da galeria.
- galleryImageName
- String
O nome da imagem da galeria.
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET