Partager via


SharedGalleryImagesOperationsExtensions.ListAsync Méthode

Définition

Répertoriez les images de galerie partagées par ID d’abonnement ou ID de locataire.

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))

Paramètres

operations
ISharedGalleryImagesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Emplacement de la ressource.

galleryUniqueName
String

Nom unique de la galerie partagée.

sharedTo
String

Paramètre de requête pour déterminer les galeries partagées à extraire lors des opérations de référencement. Les valeurs possibles sont les suivantes : 'tenant'

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à