Partager via


GalleriesOperationsExtensions.Get Méthode

Définition

Récupère des informations sur un Shared Image Gallery.

public static Microsoft.Azure.Management.Compute.Models.Gallery Get (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.Gallery
<Extension()>
Public Function Get (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing) As Gallery

Paramètres

operations
IGalleriesOperations

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

resourceGroupName
String

Nom du groupe de ressources.

galleryName
String

Nom du Shared Image Gallery.

select
String

Expression de sélection à appliquer à l’opération. Les valeurs possibles sont les suivantes : « Autorisations »

expand
String

Option de requête développer à appliquer à l’opération. Les valeurs possibles sont les suivantes : « SharingProfile/Groups »

Retours

S’applique à