SharedGalleriesOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET