Share via


ProviderOperationsExtensions.List Method

Definition

Gets a list of resource providers.

public static Microsoft.Azure.Management.Resources.Models.ProviderListResult List (this Microsoft.Azure.Management.Resources.IProviderOperations operations, Microsoft.Azure.Management.Resources.Models.ProviderListParameters parameters);
static member List : Microsoft.Azure.Management.Resources.IProviderOperations * Microsoft.Azure.Management.Resources.Models.ProviderListParameters -> Microsoft.Azure.Management.Resources.Models.ProviderListResult
<Extension()>
Public Function List (operations As IProviderOperations, parameters As ProviderListParameters) As 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