ProvidersOperationsExtensions.GetAtTenantScope Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET