Interactions interface

相互作用を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)

操作を作成するか、ハブ内の既存の相互作用を更新します。

beginCreateOrUpdateAndWait(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)

操作を作成するか、ハブ内の既存の相互作用を更新します。

get(string, string, string, InteractionsGetOptionalParams)

指定した操作に関する情報を取得します。

listByHub(string, string, InteractionsListByHubOptionalParams)

ハブ内のすべての相互作用を取得します。

suggestRelationshipLinks(string, string, string, InteractionsSuggestRelationshipLinksOptionalParams)

リレーションシップリンクを作成するためのリレーションシップを提案します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)

操作を作成するか、ハブ内の既存の相互作用を更新します。

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InteractionResourceFormat>, InteractionResourceFormat>>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

interactionName

string

相互作用の名前。

parameters
InteractionResourceFormat

CreateOrUpdate 相互作用操作に指定されたパラメーター。

options
InteractionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<InteractionResourceFormat>, InteractionResourceFormat>>

beginCreateOrUpdateAndWait(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)

操作を作成するか、ハブ内の既存の相互作用を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<InteractionResourceFormat>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

interactionName

string

相互作用の名前。

parameters
InteractionResourceFormat

CreateOrUpdate 相互作用操作に指定されたパラメーター。

options
InteractionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, InteractionsGetOptionalParams)

指定した操作に関する情報を取得します。

function get(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsGetOptionalParams): Promise<InteractionResourceFormat>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

interactionName

string

相互作用の名前。

options
InteractionsGetOptionalParams

options パラメーター。

戻り値

listByHub(string, string, InteractionsListByHubOptionalParams)

ハブ内のすべての相互作用を取得します。

function listByHub(resourceGroupName: string, hubName: string, options?: InteractionsListByHubOptionalParams): PagedAsyncIterableIterator<InteractionResourceFormat, InteractionResourceFormat[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

options
InteractionsListByHubOptionalParams

options パラメーター。

戻り値

リレーションシップリンクを作成するためのリレーションシップを提案します。

function suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsSuggestRelationshipLinksOptionalParams): Promise<SuggestRelationshipLinksResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

interactionName

string

相互作用の名前。

options
InteractionsSuggestRelationshipLinksOptionalParams

options パラメーター。

戻り値