Partager via


SharedGalleriesOperationsExtensions.ListAsync Méthode

Définition

Répertorier les galeries 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.SharedGallery>> ListAsync (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string sharedTo = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery>>
<Extension()>
Public Function ListAsync (operations As ISharedGalleriesOperations, location As String, Optional sharedTo As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedGallery))

Paramètres

operations
ISharedGalleriesOperations

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

location
String

Emplacement de la ressource.

sharedTo
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à