Profiles interface
Schnittstelle, die ein Profile darstellt.
Methoden
begin |
Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil. |
begin |
Erstellt ein Profil innerhalb eines Hubs oder aktualisiert ein vorhandenes Profil. |
begin |
Löscht ein Profil innerhalb eines Hubs |
begin |
Löscht ein Profil innerhalb eines Hubs |
get(string, string, string, Profiles |
Ruft Informationen zum angegebenen Profil ab. |
get |
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. |
list |
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
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
Die Optionsparameter.
Gibt zurück
Promise<ProfileResourceFormat>
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
Promise<ProfileResourceFormat>
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.
Die Optionsparameter.
Gibt zurück
Promise<ProfilesGetEnrichingKpisResponse>
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.