Freigeben über


PurviewExtensions.RemoveDefaultAccountAsync Methode

Definition

Entfernt das Standardkonto aus dem Bereich.

  • Anforderungspfad/providers/Microsoft.Purview/removeDefaultAccount
  • Vorgangs-IdDefaultAccounts_Remove
public static System.Threading.Tasks.Task<Azure.Response> RemoveDefaultAccountAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid scopeTenantId, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member RemoveDefaultAccountAsync : Azure.ResourceManager.Resources.TenantResource * Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function RemoveDefaultAccountAsync (tenantResource As TenantResource, scopeTenantId As Guid, scopeType As PurviewAccountScopeType, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

scopeTenantId
Guid

Die Mandanten-ID.

scopeType
PurviewAccountScopeType

Der Bereich für das Standardkonto.

scope
String

Die ID des Bereichsobjekts, z. B. wenn der Bereich "Abonnement" ist, ist dies die ID dieses Abonnements.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: