다음을 통해 공유


IntegrationAccountMapCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

Parameters

mapName
String

The integration account map name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

mapName is null.

Applies to