SharedGalleriesOperationsExtensions.List 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery> List (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string sharedTo = default);
static member List : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery>
<Extension()>
Public Function List (operations As ISharedGalleriesOperations, location As String, Optional sharedTo As String = Nothing) As 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'
Retours
S’applique à
Azure SDK for .NET