SubscriptionOperationsExtensions.ListOperationsAsync 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 Répertorier les opérations d’abonnement retourne une liste d’opérations de création, de mise à jour et de suppression qui ont été effectuées sur un abonnement pendant la période spécifiée. (voir http://msdn.microsoft.com/en-us/library/windowsazure/gg715318.aspx pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse> ListOperationsAsync (this Microsoft.WindowsAzure.Management.ISubscriptionOperations operations, Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters parameters);
static member ListOperationsAsync : Microsoft.WindowsAzure.Management.ISubscriptionOperations * Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse>
<Extension()>
Public Function ListOperationsAsync (operations As ISubscriptionOperations, parameters As SubscriptionListOperationsParameters) As Task(Of SubscriptionListOperationsResponse)
Paramètres
- operations
- ISubscriptionOperations
Référence à Microsoft.WindowsAzure.Management.ISubscriptionOperations.
- parameters
- SubscriptionListOperationsParameters
Obligatoire. Paramètres fournis à l’opération Répertorier les opérations d’abonnement.
Retours
Réponse de l’opération Répertorier les opérations d’abonnement.
S’applique à
Azure SDK for .NET