Freigeben über


PurviewExtensions.GetDefaultAccountAsync Methode

Definition

Rufen Sie das Standardkonto für den Bereich ab.

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

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den 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" lautet, ist es die ID dieses Abonnements.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: