ApiProperties interface
The api properties for special APIs.
Properties
aad |
(Metrics Advisor Only) The Azure AD Client Id (Application Id). |
aad |
(Metrics Advisor Only) The Azure AD Tenant Id. |
event |
(Personalization Only) The flag to enable statistics of Bing Search. |
qna |
(QnAMaker Only) The Azure Search endpoint id of QnAMaker. |
qna |
(QnAMaker Only) The Azure Search endpoint key of QnAMaker. |
qna |
(QnAMaker Only) The runtime endpoint of QnAMaker. |
statistics |
(Bing Search Only) The flag to enable statistics of Bing Search. |
storage |
(Personalization Only) The storage account connection string. |
super |
(Metrics Advisor Only) The super user of Metrics Advisor. |
website |
(Metrics Advisor Only) The website name of Metrics Advisor. |
Property Details
aadClientId
(Metrics Advisor Only) The Azure AD Client Id (Application Id).
aadClientId?: string
Property Value
string
aadTenantId
(Metrics Advisor Only) The Azure AD Tenant Id.
aadTenantId?: string
Property Value
string
eventHubConnectionString
(Personalization Only) The flag to enable statistics of Bing Search.
eventHubConnectionString?: string
Property Value
string
qnaAzureSearchEndpointId
(QnAMaker Only) The Azure Search endpoint id of QnAMaker.
qnaAzureSearchEndpointId?: string
Property Value
string
qnaAzureSearchEndpointKey
(QnAMaker Only) The Azure Search endpoint key of QnAMaker.
qnaAzureSearchEndpointKey?: string
Property Value
string
qnaRuntimeEndpoint
(QnAMaker Only) The runtime endpoint of QnAMaker.
qnaRuntimeEndpoint?: string
Property Value
string
statisticsEnabled
(Bing Search Only) The flag to enable statistics of Bing Search.
statisticsEnabled?: boolean
Property Value
boolean
storageAccountConnectionString
(Personalization Only) The storage account connection string.
storageAccountConnectionString?: string
Property Value
string
superUser
(Metrics Advisor Only) The super user of Metrics Advisor.
superUser?: string
Property Value
string
websiteName
(Metrics Advisor Only) The website name of Metrics Advisor.
websiteName?: string
Property Value
string