Profiles interface

プロファイルを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

beginCreateOrUpdateAndWait(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

ハブ内のプロファイルを削除します

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

ハブ内のプロファイルを削除します

get(string, string, string, ProfilesGetOptionalParams)

指定したプロファイルに関する情報を取得します。

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

指定した名前で識別されるプロファイルの種類を強化する KPI を取得します。 エンリッチメントは、相互作用 KPI の相互作用の参加者と、プロファイル KPI のリレーションシップを通じて行われます。

listByHub(string, string, ProfilesListByHubOptionalParams)

ハブ内のすべてのプロファイルを取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ProfileResourceFormat>, ProfileResourceFormat>>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

parameters
ProfileResourceFormat

プロファイルの種類の作成/削除操作に指定されたパラメーター

options
ProfilesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)

ハブ内にプロファイルを作成するか、既存のプロファイルを更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<ProfileResourceFormat>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

parameters
ProfileResourceFormat

プロファイルの種類の作成/削除操作に指定されたパラメーター

options
ProfilesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

ハブ内のプロファイルを削除します

function beginDelete(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

options
ProfilesDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

ハブ内のプロファイルを削除します

function beginDeleteAndWait(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

options
ProfilesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

指定したプロファイルに関する情報を取得します。

function get(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<ProfileResourceFormat>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

options
ProfilesGetOptionalParams

options パラメーター。

戻り値

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

指定した名前で識別されるプロファイルの種類を強化する KPI を取得します。 エンリッチメントは、相互作用 KPI の相互作用の参加者と、プロファイル KPI のリレーションシップを通じて行われます。

function getEnrichingKpis(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetEnrichingKpisOptionalParams): Promise<ProfilesGetEnrichingKpisResponse>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

profileName

string

プロファイルの名前。

options
ProfilesGetEnrichingKpisOptionalParams

options パラメーター。

戻り値

listByHub(string, string, ProfilesListByHubOptionalParams)

ハブ内のすべてのプロファイルを取得します。

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

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

options
ProfilesListByHubOptionalParams

options パラメーター。

戻り値