IntegrationAccountResource.GetIntegrationAccountMapAsync 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 eine Integrationskontozuordnung ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}
- Vorgang IdIntegrationAccountMaps_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource>> GetIntegrationAccountMapAsync (string mapName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountMapAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource>>
override this.GetIntegrationAccountMapAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource>>
Public Overridable Function GetIntegrationAccountMapAsync (mapName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountMapResource))
Parameter
- mapName
- String
Der Zuordnungsname des Integrationskontos.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
mapName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
mapName
ist NULL.