InteractionsClient Interface

public interface InteractionsClient

An instance of this class provides access to all the operations defined in InteractionsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<InteractionResourceFormatInner>,InteractionResourceFormatInner> beginCreateOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters)

Creates an interaction or updates an existing interaction within a hub.

abstract SyncPoller<PollResult<InteractionResourceFormatInner>,InteractionResourceFormatInner> beginCreateOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters, Context context)

Creates an interaction or updates an existing interaction within a hub.

abstract InteractionResourceFormatInner createOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters)

Creates an interaction or updates an existing interaction within a hub.

abstract InteractionResourceFormatInner createOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters, Context context)

Creates an interaction or updates an existing interaction within a hub.

abstract InteractionResourceFormatInner get(String resourceGroupName, String hubName, String interactionName)

Gets information about the specified interaction.

abstract Response<InteractionResourceFormatInner> getWithResponse(String resourceGroupName, String hubName, String interactionName, String localeCode, Context context)

Gets information about the specified interaction.

abstract PagedIterable<InteractionResourceFormatInner> listByHub(String resourceGroupName, String hubName)

Gets all interactions in the hub.

abstract PagedIterable<InteractionResourceFormatInner> listByHub(String resourceGroupName, String hubName, String localeCode, Context context)

Gets all interactions in the hub.

abstract SuggestRelationshipLinksResponseInner suggestRelationshipLinks(String resourceGroupName, String hubName, String interactionName)

Suggests relationships to create relationship links.

abstract Response<SuggestRelationshipLinksResponseInner> suggestRelationshipLinksWithResponse(String resourceGroupName, String hubName, String interactionName, Context context)

Suggests relationships to create relationship links.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<>,InteractionResourceFormatInner> beginCreateOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters)

Creates an interaction or updates an existing interaction within a hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
parameters - Parameters supplied to the CreateOrUpdate Interaction operation.

Returns:

the SyncPoller<T,U> for polling of the interaction resource format.

beginCreateOrUpdate

public abstract SyncPoller<>,InteractionResourceFormatInner> beginCreateOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters, Context context)

Creates an interaction or updates an existing interaction within a hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
parameters - Parameters supplied to the CreateOrUpdate Interaction operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the interaction resource format.

createOrUpdate

public abstract InteractionResourceFormatInner createOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters)

Creates an interaction or updates an existing interaction within a hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
parameters - Parameters supplied to the CreateOrUpdate Interaction operation.

Returns:

the interaction resource format.

createOrUpdate

public abstract InteractionResourceFormatInner createOrUpdate(String resourceGroupName, String hubName, String interactionName, InteractionResourceFormatInner parameters, Context context)

Creates an interaction or updates an existing interaction within a hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
parameters - Parameters supplied to the CreateOrUpdate Interaction operation.
context - The context to associate with this operation.

Returns:

the interaction resource format.

get

public abstract InteractionResourceFormatInner get(String resourceGroupName, String hubName, String interactionName)

Gets information about the specified interaction.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.

Returns:

information about the specified interaction.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String hubName, String interactionName, String localeCode, Context context)

Gets information about the specified interaction.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
localeCode - Locale of interaction to retrieve, default is en-us.
context - The context to associate with this operation.

Returns:

information about the specified interaction along with Response<T>.

listByHub

public abstract PagedIterable listByHub(String resourceGroupName, String hubName)

Gets all interactions in the hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.

Returns:

all interactions in the hub as paginated response with PagedIterable<T>.

listByHub

public abstract PagedIterable listByHub(String resourceGroupName, String hubName, String localeCode, Context context)

Gets all interactions in the hub.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
localeCode - Locale of interaction to retrieve, default is en-us.
context - The context to associate with this operation.

Returns:

all interactions in the hub as paginated response with PagedIterable<T>.

suggestRelationshipLinks

public abstract SuggestRelationshipLinksResponseInner suggestRelationshipLinks(String resourceGroupName, String hubName, String interactionName)

Suggests relationships to create relationship links.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.

Returns:

the response of suggest relationship links operation.

suggestRelationshipLinksWithResponse

public abstract Response suggestRelationshipLinksWithResponse(String resourceGroupName, String hubName, String interactionName, Context context)

Suggests relationships to create relationship links.

Parameters:

resourceGroupName - The name of the resource group.
hubName - The name of the hub.
interactionName - The name of the interaction.
context - The context to associate with this operation.

Returns:

the response of suggest relationship links operation along with Response<T>.

Applies to