Freigeben über


DefaultAccountsOperationsExtensions.Get Methode

Definition

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

public static Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload Get (this Microsoft.Azure.Management.Purview.IDefaultAccountsOperations operations, Guid scopeTenantId, string scopeType, string scope = default);
static member Get : Microsoft.Azure.Management.Purview.IDefaultAccountsOperations * Guid * string * string -> Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload
<Extension()>
Public Function Get (operations As IDefaultAccountsOperations, scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing) As 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" lautet, ist es die ID dieses Abonnements.

Gibt zurück

Hinweise

Rufen Sie das Standardkonto für den Bereich ab.

Gilt für: