IntegrationAccountResource.GetIntegrationAccountMap 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.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/maps/{mapName}
- Vorgangs-IdIntegrationAccountMaps_Get
public virtual Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource> GetIntegrationAccountMap (string mapName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountMap : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource>
override this.GetIntegrationAccountMap : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountMapResource>
Public Overridable Function GetIntegrationAccountMap (mapName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IntegrationAccountMapResource)
Parameter
- mapName
- String
Der Name der Integrationskontozuordnung.
- 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.