Profiles interface
Interface représentant un profil.
Méthodes
begin |
Crée un profil dans un hub ou met à jour un profil existant. |
begin |
Crée un profil dans un hub ou met à jour un profil existant. |
begin |
Supprime un profil au sein d’un hub |
begin |
Supprime un profil au sein d’un hub |
get(string, string, string, Profiles |
Obtient des informations sur le profil spécifié. |
get |
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. |
list |
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
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
Paramètres d’options.
Retours
Promise<ProfileResourceFormat>
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
Promise<ProfileResourceFormat>
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.
Paramètres d’options.
Retours
Promise<ProfilesGetEnrichingKpisResponse>
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.