Freigeben über


Profiles interface

Schnittstelle, die ein Profile darstellt.

Methoden

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

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

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

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Löscht ein Profil innerhalb eines Hubs

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Löscht ein Profil innerhalb eines Hubs

get(string, string, string, ProfilesGetOptionalParams)

Ruft Informationen zum angegebenen Profil ab.

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Ruft die KPIs ab, die den durch den angegebenen Namen identifizierten Profiltyp anreichern. Die Anreicherung erfolgt über Teilnehmer der Interaktion auf einem Interaktions-KPI und über Beziehungen für Profil-KPIs.

listByHub(string, string, ProfilesListByHubOptionalParams)

Ruft das gesamte Profil im Hub ab.

Details zur Methode

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

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

parameters
ProfileResourceFormat

Parameter, die für den Vorgang "Profiltyp erstellen/löschen" angegeben werden

options
ProfilesCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

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

Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

parameters
ProfileResourceFormat

Parameter, die für den Vorgang "Profiltyp erstellen/löschen" angegeben werden

options
ProfilesCreateOrUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Löscht ein Profil innerhalb eines Hubs

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

options
ProfilesDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Löscht ein Profil innerhalb eines Hubs

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

options
ProfilesDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

Ruft Informationen zum angegebenen Profil ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

options
ProfilesGetOptionalParams

Die Optionsparameter.

Gibt zurück

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Ruft die KPIs ab, die den durch den angegebenen Namen identifizierten Profiltyp anreichern. Die Anreicherung erfolgt über Teilnehmer der Interaktion auf einem Interaktions-KPI und über Beziehungen für Profil-KPIs.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

profileName

string

Der Name des Profils.

options
ProfilesGetEnrichingKpisOptionalParams

Die Optionsparameter.

Gibt zurück

listByHub(string, string, ProfilesListByHubOptionalParams)

Ruft das gesamte Profil im Hub ab.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

hubName

string

Der Name des Hubs.

options
ProfilesListByHubOptionalParams

Die Optionsparameter.

Gibt zurück