ProvidersOperationsExtensions.ListAtTenantScope Method

Definition

Gets all resource providers for the tenant.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider> ListAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, int? top = default, string expand = default);
static member ListAtTenantScope : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.Provider>
<Extension()>
Public Function ListAtTenantScope (operations As IProvidersOperations, Optional top As Nullable(Of Integer) = Nothing, Optional expand As String = Nothing) As IPage(Of Provider)

Parameters

operations
IProvidersOperations

The operations group for this extension method.

top
Nullable<Int32>

The number of results to return. If null is passed returns all providers.

expand
String

The properties to include in the results. For example, use &$expand=metadata in the query string to retrieve resource provider metadata. To include property aliases in response, use $expand=resourceTypes/aliases.

Returns

Applies to