SubscriptionOperationsExtensions.GetAsync(ISubscriptionOperations) 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.
L’opération Obtenir l’abonnement retourne les informations de compte et d’allocation de ressources pour l’abonnement spécifié. (voir http://msdn.microsoft.com/en-us/library/windowsazure/hh403995.aspx pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations);
static member GetAsync : Microsoft.WindowsAzure.Management.ISubscriptionOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse>
<Extension()>
Public Function GetAsync (operations As ISubscriptionOperations) As Task(Of SubscriptionGetResponse)
Paramètres
- operations
- ISubscriptionOperations
Référence à Microsoft.WindowsAzure.Management.ISubscriptionOperations.
Retours
Réponse de l’opération Obtenir l’abonnement.
S’applique à
Azure SDK for .NET