Partager via


IntegrationAccountAgreementCollection.GetAsync Méthode

Définition

Obtient un contrat de compte d’intégration.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/agreements/{agreementName}
  • IdIntegrationAccountAgreements_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>> GetAsync (string agreementName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountAgreementResource>>
Public Overridable Function GetAsync (agreementName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountAgreementResource))

Paramètres

agreementName
String

Nom du contrat du compte d’intégration.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

agreementName est une chaîne vide et devait être non vide.

agreementName a la valeur null.

S’applique à