Profiles interface

Profilleri temsil eden arabirim.

Yöntemler

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

Hub içinde bir profil oluşturur veya mevcut bir profili güncelleştirir.

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

Hub içinde bir profil oluşturur veya mevcut bir profili güncelleştirir.

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Hub içindeki bir profili siler

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Hub içindeki bir profili siler

get(string, string, string, ProfilesGetOptionalParams)

Belirtilen profil hakkında bilgi alır.

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Sağlanan adla tanımlanan profil Türünü zenginleştiren KPI'leri alır. Zenginleştirme, Etkileşim KPI'sı üzerindeki Etkileşim katılımcıları ve Profil KPI'leri için İlişkiler aracılığıyla gerçekleşir.

listByHub(string, string, ProfilesListByHubOptionalParams)

Hub'daki tüm profili alır.

Yöntem Ayrıntıları

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

Hub içinde bir profil oluşturur veya mevcut bir profili güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

parameters
ProfileResourceFormat

Profil türü oluşturma/silme işlemine sağlanan parametreler

options
ProfilesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

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

Hub içinde bir profil oluşturur veya mevcut bir profili güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

parameters
ProfileResourceFormat

Profil türü oluşturma/silme işlemine sağlanan parametreler

options
ProfilesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Hub içindeki bir profili siler

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

options
ProfilesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Hub içindeki bir profili siler

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

options
ProfilesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

Belirtilen profil hakkında bilgi alır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

options
ProfilesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Sağlanan adla tanımlanan profil Türünü zenginleştiren KPI'leri alır. Zenginleştirme, Etkileşim KPI'sı üzerindeki Etkileşim katılımcıları ve Profil KPI'leri için İlişkiler aracılığıyla gerçekleşir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

profileName

string

Profilin adı.

options
ProfilesGetEnrichingKpisOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByHub(string, string, ProfilesListByHubOptionalParams)

Hub'daki tüm profili alır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı.

hubName

string

Hub'ın adı.

options
ProfilesListByHubOptionalParams

Seçenekler parametreleri.

Döndürülenler