Freigeben über


IntegrationAccountResource.GetIntegrationAccountBatchConfigurationAsync Methode

Definition

Rufen Sie eine Batchkonfiguration für ein Integrationskonto ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/batchConfigurations/{batchConfigurationName}
  • Vorgang IdIntegrationAccountBatchConfigurations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource>> GetIntegrationAccountBatchConfigurationAsync (string batchConfigurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountBatchConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource>>
override this.GetIntegrationAccountBatchConfigurationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountBatchConfigurationResource>>
Public Overridable Function GetIntegrationAccountBatchConfigurationAsync (batchConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountBatchConfigurationResource))

Parameter

batchConfigurationName
String

Der Name der Batchkonfiguration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

batchConfigurationName ist NULL.

Gilt für: