DefaultAccountsOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET