Freigeben über


PurviewExtensions.GetDefaultAccount Methode

Definition

Rufen Sie das Standardkonto für den Bereich ab.

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