Partager via


SubscriptionOperationsExtensions.GetAsync(ISubscriptionOperations) Méthode

Définition

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 à