ProvidersOperationsExtensions.ListAtTenantScope 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 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.
- 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET