SubscriptionOperationsExtensions.ListAsync(ISubscriptionOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Subscriptions.Models.SubscriptionListOperationResponse> ListAsync (this Microsoft.WindowsAzure.Subscriptions.ISubscriptionOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Subscriptions.ISubscriptionOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Subscriptions.Models.SubscriptionListOperationResponse>
<Extension()>
Public Function ListAsync (operations As ISubscriptionOperations) As Task(Of SubscriptionListOperationResponse)
Parameters
- operations
- ISubscriptionOperations
Reference to the Microsoft.WindowsAzure.Subscriptions.ISubscriptionOperations.
Returns
A standard service response including an HTTP status code and request ID.