SharedGalleryImageVersionsOperationsExtensions.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 versions d’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.SharedGalleryImageVersion>> ListAsync (this Microsoft.Azure.Management.Compute.ISharedGalleryImageVersionsOperations operations, string location, string galleryUniqueName, string galleryImageName, string sharedTo = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ISharedGalleryImageVersionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGalleryImageVersion>>
<Extension()>
Public Function ListAsync (operations As ISharedGalleryImageVersionsOperations, location As String, galleryUniqueName As String, galleryImageName As String, Optional sharedTo As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SharedGalleryImageVersion))
Paramètres
- operations
- ISharedGalleryImageVersionsOperations
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.
- galleryImageName
- String
Nom de la définition d’image de la galerie partagée à partir de laquelle les versions d’image doivent être répertoriées.
- 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