DefaultAccountsOperationsExtensions.RemoveAsync 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.
Entfernt das Standardkonto aus dem Bereich.
public static System.Threading.Tasks.Task RemoveAsync (this Microsoft.Azure.Management.Purview.IDefaultAccountsOperations operations, Guid scopeTenantId, string scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member RemoveAsync : Microsoft.Azure.Management.Purview.IDefaultAccountsOperations * Guid * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RemoveAsync (operations As IDefaultAccountsOperations, scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IDefaultAccountsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- scopeTenantId
- Guid
Die Mandanten-ID.
- scopeType
- String
Der Bereich für das Standardkonto. Mögliche Werte: "Mandant", "Abonnement"
- scope
- String
Die ID des Bereichsobjekts, z. B. wenn der Bereich "Abonnement" ist, ist dies die ID dieses Abonnements.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Entfernt das Standardkonto aus dem Bereich.
Gilt für:
Azure SDK for .NET