ProvidersOperationsExtensions.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.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.Provider> List (this Microsoft.Azure.Management.Internal.Resources.IProvidersOperations operations, int? top = default, string expand = default);
static member List : Microsoft.Azure.Management.Internal.Resources.IProvidersOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.Provider>
<Extension()>
Public Function List (operations As IProvidersOperations, Optional top As Nullable(Of Integer) = Nothing, Optional expand As String = Nothing) As IPage(Of Provider)
Parameters
- operations
- IProvidersOperations
- expand
- String