Compartir a través de


SharedGalleryImagesOperationsExtensions.ListAsync Método

Definición

Enumere las imágenes de la galería compartida por identificador de suscripción o identificador de inquilino.

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

El grupo de operaciones de este método de extensión.

location
String

Ubicación del recurso

galleryUniqueName
String

Nombre único de la Galería compartida.

sharedTo
String

Parámetro de consulta para decidir qué galerías compartidas se van a capturar al realizar operaciones de enumeración. Entre los valores posibles se incluyen: "tenant"

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a