Share via


ConnectorResourceFormatResource.GetConnectorMappingResourceFormat 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> GetConnectorMappingResourceFormat (string mappingName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectorMappingResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
override this.GetConnectorMappingResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorMappingResourceFormatResource>
Public Overridable Function GetConnectorMappingResourceFormat (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 null.

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

Applies to