共用方式為


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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

listByHub(string, string, ProfilesListByHubOptionalParams)

取得中樞中的所有配置檔。

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

參數

resourceGroupName

string

資源群組的名稱。

hubName

string

中樞的名稱。

options
ProfilesListByHubOptionalParams

選項參數。

傳回