ConnectorMappingResourceFormatCollection.Get Method

Definition

Gets a connector mapping in the connector.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}/mappings/{mappingName}
  • Operation Id: ConnectorMappings_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource> Get (string mappingName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
Public Overridable Function Get (mappingName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectorMappingResourceFormatResource)

Parameters

mappingName
String

The name of the connector mapping.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

mappingName is null.

Applies to