Freigeben über


IntegrationAccountResource.GetIntegrationAccountSessionAsync Methode

Definition

Ruft eine Integrationskontositzung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName}
  • Vorgangs-IdIntegrationAccountSessions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountSessionResource>> GetIntegrationAccountSessionAsync (string sessionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountSessionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountSessionResource>>
override this.GetIntegrationAccountSessionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountSessionResource>>
Public Overridable Function GetIntegrationAccountSessionAsync (sessionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountSessionResource))

Parameter

sessionName
String

Der Sitzungsname des Integrationskontos.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

sessionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

sessionName ist NULL.

Gilt für: