Freigeben über


ProvidersOperationsExtensions.GetAtTenantScopeAsync Methode

Definition

Ruft den angegebenen Ressourcenanbieter auf Mandantenebene ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.Provider> GetAtTenantScopeAsync (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAtTenantScopeAsync : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.Provider>
<Extension()>
Public Function GetAtTenantScopeAsync (operations As IProvidersOperations, resourceProviderNamespace As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Provider)

Parameter

operations
IProvidersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

expand
String

Der abfrageparameter $expand. Verwenden Sie beispielsweise $expand=resourceTypes/aliases, um als Antwort Eigenschaftenaliasen einzuschließen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: