Share via


ProviderOperationsExtensions.ListAsync Method

Definition

Gets a list of resource providers.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderListResult> ListAsync (this Microsoft.Azure.Management.Resources.IProviderOperations operations, Microsoft.Azure.Management.Resources.Models.ProviderListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Resources.IProviderOperations * Microsoft.Azure.Management.Resources.Models.ProviderListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderListResult>
<Extension()>
Public Function ListAsync (operations As IProviderOperations, parameters As ProviderListParameters) As Task(Of ProviderListResult)

Parameters

operations
IProviderOperations

Reference to the Microsoft.Azure.Management.Resources.IProviderOperations.

parameters
ProviderListParameters

Optional. Query parameters. If null is passed returns all deployments.

Returns

List of resource providers.

Applies to