共用方式為


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

選項參數。

傳回