Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Connectors

Package version

Class representing a Connectors.

Hierarchy

  • Connectors

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates a connector or updates an existing connector in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • connectorName: string

      The name of the connector.

    • parameters: ConnectorResourceFormat

      Parameters supplied to the CreateOrUpdate Connector operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, hubName: string, connectorName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes a connector in the hub.

    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<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, hubName: string, connectorName: string, parameters: ConnectorResourceFormat, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorsCreateOrUpdateResponse>
  • Creates a connector or updates an existing connector in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • connectorName: string

      The name of the connector.

    • parameters: ConnectorResourceFormat

      Parameters supplied to the CreateOrUpdate Connector operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorsCreateOrUpdateResponse>

    Promise<Models.ConnectorsCreateOrUpdateResponse>

deleteMethod

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

    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<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, hubName: string, connectorName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorsGetResponse>
  • get(resourceGroupName: string, hubName: string, connectorName: string, callback: msRest.ServiceCallback<ConnectorResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, connectorName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorResourceFormat>): void
  • Gets a connector in the hub.

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

    Promise<Models.ConnectorsGetResponse>

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

      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<ConnectorResourceFormat>

      The callback

    Returns void

listByHub

  • listByHub(resourceGroupName: string, hubName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorsListByHubResponse>
  • listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<ConnectorListResult>): void
  • listByHub(resourceGroupName: string, hubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorListResult>): void
  • Gets all the connectors in the specified hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorsListByHubResponse>

    Promise<Models.ConnectorsListByHubResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • callback: msRest.ServiceCallback<ConnectorListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConnectorListResult>

      The callback

    Returns void

listByHubNext

  • listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ConnectorsListByHubNextResponse>
  • listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<ConnectorListResult>): void
  • listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConnectorListResult>): void
  • Gets all the connectors in the specified hub.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConnectorsListByHubNextResponse>

    Promise<Models.ConnectorsListByHubNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ConnectorListResult>

      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<ConnectorListResult>

      The callback

    Returns void

Generated using TypeDoc