Freigeben über


IntegrationAccountResource.GetIntegrationAccountAgreementAsync Methode

Definition

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.

Gilt für: