Partager via


ProvidersOperationsExtensions.GetAtTenantScopeAsync Méthode

Définition

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

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

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à