Partager via


ProvidersOperationsExtensions.GetAtTenantScope Méthode

Définition

Obtient le fournisseur de ressources spécifié au niveau du locataire.

public static Microsoft.Azure.Management.ResourceManager.Models.Provider GetAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string expand = default);
static member GetAtTenantScope : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
<Extension()>
Public Function GetAtTenantScope (operations As IProvidersOperations, resourceProviderNamespace As String, Optional expand As String = Nothing) As Provider

Paramètres

operations
IProvidersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceProviderNamespace
String

Espace de noms du fournisseur de ressources.

expand
String

Paramètre de requête $expand. Par exemple, pour inclure des alias de propriété dans la réponse, utilisez $expand=resourceTypes/aliases.

Retours

S’applique à