IntegrationAccountMapCollection.GetIfExists(String, CancellationToken) 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 Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountMapResource> GetIfExists (string mapName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountMapResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Logic.IntegrationAccountMapResource>
Public Overridable Function GetIfExists (mapName As String, Optional cancellationToken As CancellationToken = Nothing) As 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