Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConnectorMappings

Package version

Class representing a ConnectorMappings.

Hierarchy

  • ConnectorMappings

Index

Constructors

constructor

Methods

createOrUpdate

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

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorMappingsCreateOrUpdateResponse>

    Promise<Models.ConnectorMappingsCreateOrUpdateResponse>

  • 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.

    • callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>

      The callback

    Returns 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.

    • parameters: ConnectorMappingResourceFormat

      Parameters supplied to the CreateOrUpdate Connector Mapping operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a connector mapping in the connector.

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • 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.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns 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: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorMappingsGetResponse>
  • get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, connectorName: string, mappingName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>): void
  • Gets a connector mapping in the connector.

    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.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorMappingsGetResponse>

    Promise<Models.ConnectorMappingsGetResponse>

  • 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.

    • callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>

      The callback

    Returns 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: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConnectorMappingResourceFormat>

      The callback

    Returns void

listByConnector

  • listByConnector(resourceGroupName: string, hubName: string, connectorName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorMappingsListByConnectorResponse>
  • listByConnector(resourceGroupName: string, hubName: string, connectorName: string, callback: msRest.ServiceCallback<ConnectorMappingListResult>): void
  • listByConnector(resourceGroupName: string, hubName: string, connectorName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorMappingListResult>): void
  • Gets all the connector mappings in the specified connector.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • connectorName: string

      The name of the connector.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorMappingsListByConnectorResponse>

    Promise<Models.ConnectorMappingsListByConnectorResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • connectorName: string

      The name of the connector.

    • callback: msRest.ServiceCallback<ConnectorMappingListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • connectorName: string

      The name of the connector.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConnectorMappingListResult>

      The callback

    Returns void

listByConnectorNext

  • listByConnectorNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorMappingsListByConnectorNextResponse>
  • listByConnectorNext(nextPageLink: string, callback: msRest.ServiceCallback<ConnectorMappingListResult>): void
  • listByConnectorNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorMappingListResult>): void
  • Gets all the connector mappings in the specified connector.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorMappingsListByConnectorNextResponse>

    Promise<Models.ConnectorMappingsListByConnectorNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ConnectorMappingListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConnectorMappingListResult>

      The callback

    Returns void

Generated using TypeDoc