ProviderOperationsExtensions.List 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.
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.