Sdílet prostřednictvím


ResourceManagerSdkClient.ListResourceProviders(String, Boolean) Method

Definition

public virtual System.Collections.Generic.List<Microsoft.Azure.Management.ResourceManager.Models.Provider> ListResourceProviders (string providerName = default, bool listAvailable = true);
abstract member ListResourceProviders : string * bool -> System.Collections.Generic.List<Microsoft.Azure.Management.ResourceManager.Models.Provider>
override this.ListResourceProviders : string * bool -> System.Collections.Generic.List<Microsoft.Azure.Management.ResourceManager.Models.Provider>
Public Overridable Function ListResourceProviders (Optional providerName As String = Nothing, Optional listAvailable As Boolean = true) As List(Of Provider)

Parameters

providerName
String
listAvailable
Boolean

Returns

Applies to