Condividi tramite


ConnectorMappingResourceFormatCollection.GetAllAsync Method

Definition

Gets all the connector mappings in the specified connector.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ConnectorMappingResourceFormatResource that may take multiple service requests to iterate over.

Applies to