MockableLogicResourceGroupResource.GetIntegrationAccountAsync 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>> GetIntegrationAccountAsync (string integrationAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationAccountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountResource>>
override this.GetIntegrationAccountAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.IntegrationAccountResource>>
Public Overridable Function GetIntegrationAccountAsync (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 null.

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

Applies to