Profiles interface
Profilleri temsil eden arabirim.
Yöntemler
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
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
Seçenekler parametreleri.
Döndürülenler
Promise<ProfileResourceFormat>
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
Promise<ProfileResourceFormat>
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<ProfilesGetEnrichingKpisResponse>
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.