Freigeben über


DefaultAccountsOperationsExtensions.GetAsync Methode

Definition

Ruft die Standardkontoinformationen ab, die für den Bereich festgelegt sind.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload> GetAsync (this Microsoft.Azure.Management.Purview.IDefaultAccountsOperations operations, Guid scopeTenantId, string scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Purview.IDefaultAccountsOperations * Guid * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload>
<Extension()>
Public Function GetAsync (operations As IDefaultAccountsOperations, scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DefaultAccountPayload)

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

Rufen Sie das Standardkonto für den Bereich ab.

Gilt für: