Partager via


Profiles interface

Interface représentant un profil.

Méthodes

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

Crée un profil dans un hub ou met à jour un profil existant.

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

Crée un profil dans un hub ou met à jour un profil existant.

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Supprime un profil au sein d’un hub

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Supprime un profil au sein d’un hub

get(string, string, string, ProfilesGetOptionalParams)

Obtient des informations sur le profil spécifié.

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Obtient les indicateurs de performance clés qui enrichissent le type de profil identifié par le nom fourni. L’enrichissement se produit par le biais des participants de l’interaction sur un KPI d’interaction et des relations pour les indicateurs de performance clés de profil.

listByHub(string, string, ProfilesListByHubOptionalParams)

Obtient tout le profil dans le hub.

Détails de la méthode

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

Crée un profil dans un hub ou met à jour un profil existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

parameters
ProfileResourceFormat

Paramètres fournis à l’opération créer/supprimer le type de profil

options
ProfilesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Crée un profil dans un hub ou met à jour un profil existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

parameters
ProfileResourceFormat

Paramètres fournis à l’opération créer/supprimer le type de profil

options
ProfilesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Supprime un profil au sein d’un hub

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

options
ProfilesDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Supprime un profil au sein d’un hub

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

options
ProfilesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

Obtient des informations sur le profil spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

options
ProfilesGetOptionalParams

Paramètres d’options.

Retours

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Obtient les indicateurs de performance clés qui enrichissent le type de profil identifié par le nom fourni. L’enrichissement se produit par le biais des participants de l’interaction sur un KPI d’interaction et des relations pour les indicateurs de performance clés de profil.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

profileName

string

Nom du profil.

options
ProfilesGetEnrichingKpisOptionalParams

Paramètres d’options.

Retours

listByHub(string, string, ProfilesListByHubOptionalParams)

Obtient tout le profil dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

options
ProfilesListByHubOptionalParams

Paramètres d’options.

Retours