AccountsOperationsExtensions.AddRootCollectionAdminAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügen Sie den Administrator für die Stammsammlung hinzu.
public static System.Threading.Tasks.Task AddRootCollectionAdminAsync (this Microsoft.Azure.Management.Purview.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.Purview.Models.CollectionAdminUpdate collectionAdminUpdate, System.Threading.CancellationToken cancellationToken = default);
static member AddRootCollectionAdminAsync : Microsoft.Azure.Management.Purview.IAccountsOperations * string * string * Microsoft.Azure.Management.Purview.Models.CollectionAdminUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddRootCollectionAdminAsync (operations As IAccountsOperations, resourceGroupName As String, accountName As String, collectionAdminUpdate As CollectionAdminUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IAccountsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- accountName
- String
Der Kontoname.
- collectionAdminUpdate
- CollectionAdminUpdate
Die Aktualisierungsnutzlast des Sammlungsadministrators.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Fügen Sie den Administrator für die Stammsammlung hinzu, die diesem Konto zugeordnet ist.
Gilt für:
Azure SDK for .NET