Freigeben über


ProvidersOperationsExtensions.RegisterAtManagementGroupScopeAsync Methode

Definition

Registriert eine Verwaltungsgruppe bei einem Ressourcenanbieter.

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

Parameter

operations
IProvidersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Namespace des zu registrierenden Ressourcenanbieters.

groupId
String

Die Verwaltungsgruppen-ID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: