IntegrationAccountResource.GetIntegrationAccountAssemblyDefinitionAsync 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.
Rufen Sie eine Assembly für ein Integrationskonto ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/assemblies/{assemblyArtifactName}
- Vorgang IdIntegrationAccountAssemblies_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAssemblyDefinitionResource>> GetIntegrationAccountAssemblyDefinitionAsync (string assemblyArtifactName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountAssemblyDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAssemblyDefinitionResource>>
override this.GetIntegrationAccountAssemblyDefinitionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAssemblyDefinitionResource>>
Public Overridable Function GetIntegrationAccountAssemblyDefinitionAsync (assemblyArtifactName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountAssemblyDefinitionResource))
Parameter
- assemblyArtifactName
- String
Der Name des Assemblyartefakts.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
assemblyArtifactName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
assemblyArtifactName
ist NULL.