ConnectorMappings interface

Interface representing a ConnectorMappings.

Methods

createOrUpdate(string, string, string, string, ConnectorMappingResourceFormat, ConnectorMappingsCreateOrUpdateOptionalParams)

Creates a connector mapping or updates an existing connector mapping in the connector.

delete(string, string, string, string, ConnectorMappingsDeleteOptionalParams)

Deletes a connector mapping in the connector.

get(string, string, string, string, ConnectorMappingsGetOptionalParams)

Gets a connector mapping in the connector.

listByConnector(string, string, string, ConnectorMappingsListByConnectorOptionalParams)

Gets all the connector mappings in the specified connector.

Method Details

createOrUpdate(string, string, string, string, ConnectorMappingResourceFormat, ConnectorMappingsCreateOrUpdateOptionalParams)

Creates a connector mapping or updates an existing connector mapping in the connector.

function createOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, parameters: ConnectorMappingResourceFormat, options?: ConnectorMappingsCreateOrUpdateOptionalParams): Promise<ConnectorMappingResourceFormat>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

connectorName

string

The name of the connector.

mappingName

string

The name of the connector mapping.

parameters
ConnectorMappingResourceFormat

Parameters supplied to the CreateOrUpdate Connector Mapping operation.

options
ConnectorMappingsCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, string, ConnectorMappingsDeleteOptionalParams)

Deletes a connector mapping in the connector.

function delete(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

connectorName

string

The name of the connector.

mappingName

string

The name of the connector mapping.

options
ConnectorMappingsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, ConnectorMappingsGetOptionalParams)

Gets a connector mapping in the connector.

function get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: ConnectorMappingsGetOptionalParams): Promise<ConnectorMappingResourceFormat>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

connectorName

string

The name of the connector.

mappingName

string

The name of the connector mapping.

options
ConnectorMappingsGetOptionalParams

The options parameters.

Returns

listByConnector(string, string, string, ConnectorMappingsListByConnectorOptionalParams)

Gets all the connector mappings in the specified connector.

function listByConnector(resourceGroupName: string, hubName: string, connectorName: string, options?: ConnectorMappingsListByConnectorOptionalParams): PagedAsyncIterableIterator<ConnectorMappingResourceFormat, ConnectorMappingResourceFormat[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

connectorName

string

The name of the connector.

options
ConnectorMappingsListByConnectorOptionalParams

The options parameters.

Returns