IntegrationAccountResource.GetIntegrationAccountAgreement 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 Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource> GetIntegrationAccountAgreement (string agreementName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountAgreement : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
override this.GetIntegrationAccountAgreement : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
Public Overridable Function GetIntegrationAccountAgreement (agreementName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.