Freigeben über


ProvidersOperationsExtensions.GetAtTenantScope Methode

Definition

Ruft den angegebenen Ressourcenanbieter auf Mandantenebene ab.

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

Parameter

operations
IProvidersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

expand
String

Der $expand Abfrageparameter. Verwenden Sie beispielsweise $expand=resourceTypes/aliases, um Eigenschaftsalias als Antwort einzubeziehen.

Gibt zurück

Gilt für: