GalleriesOperationsExtensions.GetAsync 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.
Surcharges
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken) |
Récupère des informations sur un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, String, CancellationToken) |
Récupère des informations sur un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, CancellationToken) |
Récupère des informations sur un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String) |
Récupère des informations sur un Shared Image Gallery. |
GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)
Récupère des informations sur un Shared Image Gallery.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 »
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IGalleriesOperations, String, String, String, CancellationToken)
Récupère des informations sur un Shared Image Gallery.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, select As String, cancellationToken As CancellationToken) As Task(Of 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 »
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IGalleriesOperations, String, String, CancellationToken)
Récupère des informations sur un Shared Image Gallery.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, cancellationToken As CancellationToken) As Task(Of 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
GetAsync(IGalleriesOperations, String, String)
Récupère des informations sur un Shared Image Gallery.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String) As Task(Of 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.
Retours
S’applique à
Azure SDK for .NET