IntegrationAccountResource.GetIntegrationAccountAgreementAsync 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 Integrationskontovereinbarung ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
- Vorgangs-IdIntegrationAccountAgreements_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>> GetIntegrationAccountAgreementAsync (string agreementName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountAgreementAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>>
override this.GetIntegrationAccountAgreementAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>>
Public Overridable Function GetIntegrationAccountAgreementAsync (agreementName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountAgreementResource))
Parameter
- agreementName
- String
Der Name des Integrationskontovertrags.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
agreementName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
agreementName
ist NULL.