Freigeben über


IntegrationAccountAgreementCollection.Get(String, CancellationToken) Methode

Definition

Ruft eine Integrationskontovereinbarung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • Vorgang IdIntegrationAccountAgreements_Get
public virtual Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource> Get (string agreementName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>
Public Overridable Function Get (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.

Gilt für: