ConnectorMappings interface
Interface representing a ConnectorMappings.
Methods
create |
Creates a connector mapping or updates an existing connector mapping in the connector. |
delete(string, string, string, string, Connector |
Deletes a connector mapping in the connector. |
get(string, string, string, string, Connector |
Gets a connector mapping in the connector. |
list |
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.
The options parameters.
Returns
Promise<ConnectorMappingResourceFormat>
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.
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.
The options parameters.
Returns
Promise<ConnectorMappingResourceFormat>
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.
The options parameters.