다음을 통해 공유


IntegrationAccountCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}
  • Operation Id: IntegrationAccounts_Get
  • Default Api Version: 2019-05-01
  • Resource: IntegrationAccountResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountResource>> GetIfExistsAsync (string integrationAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountResource>>
Public Overridable Function GetIfExistsAsync (integrationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(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