Freigeben über


DefaultAccountsOperationsExtensions.RemoveAsync Methode

Definition

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: