Share via


IntegrationAccountCollection.GetAsync(String, CancellationToken) Method

Definition

Gets an integration account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}
  • Operation Id: IntegrationAccounts_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountResource>> GetAsync (string integrationAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountResource>>
Public Overridable Function GetAsync (integrationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IntegrationAccountResource))

Parameters

integrationAccountName
String

The integration account name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

integrationAccountName is an empty string, and was expected to be non-empty.

integrationAccountName is null.

Applies to