Compartir a través de


Profiles interface

Interfaz que representa un perfil.

Métodos

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

Crea un perfil dentro de un centro de conectividad o actualiza un perfil existente.

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

Crea un perfil dentro de un centro de conectividad o actualiza un perfil existente.

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Elimina un perfil dentro de un centro de conectividad.

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Elimina un perfil dentro de un centro de conectividad.

get(string, string, string, ProfilesGetOptionalParams)

Obtiene información sobre el perfil especificado.

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Obtiene los KPI que enriquecen el tipo de perfil identificado por el nombre proporcionado. El enriquecimiento se produce a través de los participantes de la interacción en un KPI de interacción y a través de relaciones para kpi de perfil.

listByHub(string, string, ProfilesListByHubOptionalParams)

Obtiene todo el perfil del centro.

Detalles del método

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

Crea un perfil dentro de un centro de conectividad o actualiza un perfil existente.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

parameters
ProfileResourceFormat

Parámetros proporcionados a la operación de tipo de perfil de creación o eliminación

options
ProfilesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Crea un perfil dentro de un centro de conectividad o actualiza un perfil existente.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

parameters
ProfileResourceFormat

Parámetros proporcionados a la operación de tipo de perfil de creación o eliminación

options
ProfilesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Elimina un perfil dentro de un centro de conectividad.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

options
ProfilesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Elimina un perfil dentro de un centro de conectividad.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

options
ProfilesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

Obtiene información sobre el perfil especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

options
ProfilesGetOptionalParams

Parámetros de opciones.

Devoluciones

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Obtiene los KPI que enriquecen el tipo de perfil identificado por el nombre proporcionado. El enriquecimiento se produce a través de los participantes de la interacción en un KPI de interacción y a través de relaciones para kpi de perfil.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

profileName

string

Nombre del perfil.

options
ProfilesGetEnrichingKpisOptionalParams

Parámetros de opciones.

Devoluciones

listByHub(string, string, ProfilesListByHubOptionalParams)

Obtiene todo el perfil del centro.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

options
ProfilesListByHubOptionalParams

Parámetros de opciones.

Devoluciones