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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET