Поделиться через


Profiles interface

Интерфейс, представляющий профили.

Методы

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

Создает профиль в Центре или обновляет существующий профиль.

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

Создает профиль в Центре или обновляет существующий профиль.

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Удаляет профиль в концентраторе

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Удаляет профиль в концентраторе

get(string, string, string, ProfilesGetOptionalParams)

Возвращает сведения об указанном профиле.

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Возвращает ключевые показатели эффективности, обогащенные типом профиля, определяемым указанным именем. Обогащение происходит через участников ключевого показателя эффективности взаимодействия и через связи для ключевых показателей эффективности профиля.

listByHub(string, string, ProfilesListByHubOptionalParams)

Возвращает весь профиль в концентраторе.

Сведения о методе

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

Создает профиль в Центре или обновляет существующий профиль.

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

parameters
ProfileResourceFormat

Параметры, предоставленные операции типа создания и удаления профиля

options
ProfilesCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

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

Создает профиль в Центре или обновляет существующий профиль.

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

parameters
ProfileResourceFormat

Параметры, предоставленные операции типа создания и удаления профиля

options
ProfilesCreateOrUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

beginDelete(string, string, string, ProfilesDeleteOptionalParams)

Удаляет профиль в концентраторе

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

options
ProfilesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginDeleteAndWait(string, string, string, ProfilesDeleteOptionalParams)

Удаляет профиль в концентраторе

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

options
ProfilesDeleteOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<void>

get(string, string, string, ProfilesGetOptionalParams)

Возвращает сведения об указанном профиле.

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

options
ProfilesGetOptionalParams

Параметры параметров.

Возвращаемое значение

getEnrichingKpis(string, string, string, ProfilesGetEnrichingKpisOptionalParams)

Возвращает ключевые показатели эффективности, обогащенные типом профиля, определяемым указанным именем. Обогащение происходит через участников ключевого показателя эффективности взаимодействия и через связи для ключевых показателей эффективности профиля.

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

profileName

string

Имя профиля.

options
ProfilesGetEnrichingKpisOptionalParams

Параметры параметров.

Возвращаемое значение

listByHub(string, string, ProfilesListByHubOptionalParams)

Возвращает весь профиль в концентраторе.

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

Параметры

resourceGroupName

string

Имя группы ресурсов.

hubName

string

Имя концентратора.

options
ProfilesListByHubOptionalParams

Параметры параметров.

Возвращаемое значение