Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Interactions

Package version

Class representing a Interactions.

Hierarchy

  • Interactions

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates an interaction or updates an existing interaction within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • parameters: InteractionResourceFormat

      Parameters supplied to the CreateOrUpdate Interaction operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: msRest.RequestOptionsBase): Promise<Models.InteractionsCreateOrUpdateResponse>
  • Creates an interaction or updates an existing interaction within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • parameters: InteractionResourceFormat

      Parameters supplied to the CreateOrUpdate Interaction operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.InteractionsCreateOrUpdateResponse>

    Promise<Models.InteractionsCreateOrUpdateResponse>

get

  • get(resourceGroupName: string, hubName: string, interactionName: string, options?: Models.InteractionsGetOptionalParams): Promise<Models.InteractionsGetResponse>
  • get(resourceGroupName: string, hubName: string, interactionName: string, callback: msRest.ServiceCallback<InteractionResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, interactionName: string, options: InteractionsGetOptionalParams, callback: msRest.ServiceCallback<InteractionResourceFormat>): void
  • Gets information about the specified interaction.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • Optional options: Models.InteractionsGetOptionalParams

    Returns Promise<Models.InteractionsGetResponse>

    Promise<Models.InteractionsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • callback: msRest.ServiceCallback<InteractionResourceFormat>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • options: InteractionsGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<InteractionResourceFormat>

      The callback

    Returns void

listByHub

  • listByHub(resourceGroupName: string, hubName: string, options?: Models.InteractionsListByHubOptionalParams): Promise<Models.InteractionsListByHubResponse>
  • listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<InteractionListResult>): void
  • listByHub(resourceGroupName: string, hubName: string, options: InteractionsListByHubOptionalParams, callback: msRest.ServiceCallback<InteractionListResult>): void
  • Gets all interactions in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • Optional options: Models.InteractionsListByHubOptionalParams

    Returns Promise<Models.InteractionsListByHubResponse>

    Promise<Models.InteractionsListByHubResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • callback: msRest.ServiceCallback<InteractionListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listByHubNext

  • listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InteractionsListByHubNextResponse>
  • listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<InteractionListResult>): void
  • listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<InteractionListResult>): void
  • Gets all interactions in the hub.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.InteractionsListByHubNextResponse>

    Promise<Models.InteractionsListByHubNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<InteractionListResult>

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

      The callback

    Returns void

suggestRelationshipLinks

  • suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options?: msRest.RequestOptionsBase): Promise<Models.InteractionsSuggestRelationshipLinksResponse>
  • suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, callback: msRest.ServiceCallback<SuggestRelationshipLinksResponse>): void
  • suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SuggestRelationshipLinksResponse>): void
  • Suggests relationships to create relationship links.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.InteractionsSuggestRelationshipLinksResponse>

    Promise<Models.InteractionsSuggestRelationshipLinksResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • callback: msRest.ServiceCallback<SuggestRelationshipLinksResponse>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • interactionName: string

      The name of the interaction.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SuggestRelationshipLinksResponse>

      The callback

    Returns void

Generated using TypeDoc