Freigeben über


IDefaultAccountsOperations.GetWithHttpMessagesAsync Methode

Definition

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload>> GetWithHttpMessagesAsync (Guid scopeTenantId, string scopeType, string scope = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : Guid * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Purview.Models.DefaultAccountPayload>>
Public Function GetWithHttpMessagesAsync (scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of DefaultAccountPayload))

Parameter

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.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Hinweise

Rufen Sie das Standardkonto für den Bereich ab.

Gilt für: