Compartilhar via


SharedGalleryImagesOperationsExtensions.ListAsync Método

Definição

Listar imagens compartilhadas da galeria por ID de assinatura ou ID de locatário.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage>> ListAsync (this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string sharedTo = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage>>
<Extension()>
Public Function ListAsync (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, Optional sharedTo As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedGalleryImage))

Parâmetros

operations
ISharedGalleryImagesOperations

O grupo de operações para esse método de extensão.

location
String

Local do recurso.

galleryUniqueName
String

O nome exclusivo da Galeria Compartilhada.

sharedTo
String

O parâmetro de consulta para decidir quais galerias compartilhadas buscar ao fazer operações de listagem. Os valores possíveis incluem: 'tenant'

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a