IntegrationAccountBatchConfigurationsOperationsExtensions.GetAsync 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 Batchkonfiguration für ein Integrationskonto ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.BatchConfiguration> GetAsync (this Microsoft.Azure.Management.Logic.IIntegrationAccountBatchConfigurationsOperations operations, string resourceGroupName, string integrationAccountName, string batchConfigurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Logic.IIntegrationAccountBatchConfigurationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Logic.Models.BatchConfiguration>
<Extension()>
Public Function GetAsync (operations As IIntegrationAccountBatchConfigurationsOperations, resourceGroupName As String, integrationAccountName As String, batchConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BatchConfiguration)
Parameter
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- integrationAccountName
- String
Der Name des Integrationskontos.
- batchConfigurationName
- String
Der Name der Batchkonfiguration.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET