Profiles interface
Interfejs reprezentujący profile.
Metody
Szczegóły metody
beginCreateOrUpdate(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)
Tworzy profil w centrum lub aktualizuje istniejący profil.
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ProfileResourceFormat>, ProfileResourceFormat>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
- parameters
- ProfileResourceFormat
Parametry dostarczone do operacji tworzenia/usuwania typu profilu
Parametry opcji.
Zwraca
Promise<PollerLike<@azure/core-lro.PollOperationState<ProfileResourceFormat>, ProfileResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, ProfileResourceFormat, ProfilesCreateOrUpdateOptionalParams)
Tworzy profil w centrum lub aktualizuje istniejący profil.
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, profileName: string, parameters: ProfileResourceFormat, options?: ProfilesCreateOrUpdateOptionalParams): Promise<ProfileResourceFormat>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
- parameters
- ProfileResourceFormat
Parametry dostarczone do operacji tworzenia/usuwania typu profilu
Parametry opcji.
Zwraca
Promise<ProfileResourceFormat>
beginDelete(string, string, string, ProfilesDeleteOptionalParams)
Usuwa profil w centrum
function beginDelete(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
- options
- ProfilesDeleteOptionalParams
Parametry opcji.
Zwraca
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)
Usuwa profil w centrum
function beginDeleteAndWait(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
- options
- ProfilesDeleteOptionalParams
Parametry opcji.
Zwraca
Promise<void>
get(string, string, string, ProfilesGetOptionalParams)
Pobiera informacje o określonym profilu.
function get(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetOptionalParams): Promise<ProfileResourceFormat>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
- options
- ProfilesGetOptionalParams
Parametry opcji.
Zwraca
Promise<ProfileResourceFormat>
getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)
Pobiera kluczowe wskaźniki wydajności, które wzbogacają typ profilu zidentyfikowany przez podaną nazwę. Wzbogacanie odbywa się za pośrednictwem uczestników interakcji na wskaźniku KPI interakcji i za pośrednictwem relacji dla wskaźników KPI profilu.
function getEnrichingKpis(resourceGroupName: string, hubName: string, profileName: string, options?: ProfilesGetEnrichingKpisOptionalParams): Promise<ProfilesGetEnrichingKpisResponse>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- profileName
-
string
Nazwa profilu.
Parametry opcji.
Zwraca
Promise<ProfilesGetEnrichingKpisResponse>
listByHub(string, string, ProfilesListByHubOptionalParams)
Pobiera cały profil w centrum.
function listByHub(resourceGroupName: string, hubName: string, options?: ProfilesListByHubOptionalParams): PagedAsyncIterableIterator<ProfileResourceFormat, ProfileResourceFormat[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- options
- ProfilesListByHubOptionalParams
Parametry opcji.