Api Properties Args
data class ApiPropertiesArgs(val aadClientId: Output<String>? = null, val aadTenantId: Output<String>? = null, val eventHubConnectionString: Output<String>? = null, val qnaAzureSearchEndpointId: Output<String>? = null, val qnaAzureSearchEndpointKey: Output<String>? = null, val qnaRuntimeEndpoint: Output<String>? = null, val statisticsEnabled: Output<Boolean>? = null, val storageAccountConnectionString: Output<String>? = null, val superUser: Output<String>? = null, val websiteName: Output<String>? = null) : ConvertibleToJava<ApiPropertiesArgs>
The api properties for special APIs.
Constructors
Link copied to clipboard
constructor(aadClientId: Output<String>? = null, aadTenantId: Output<String>? = null, eventHubConnectionString: Output<String>? = null, qnaAzureSearchEndpointId: Output<String>? = null, qnaAzureSearchEndpointKey: Output<String>? = null, qnaRuntimeEndpoint: Output<String>? = null, statisticsEnabled: Output<Boolean>? = null, storageAccountConnectionString: Output<String>? = null, superUser: Output<String>? = null, websiteName: Output<String>? = null)
Properties
Link copied to clipboard
(Metrics Advisor Only) The Azure AD Client Id (Application Id).
Link copied to clipboard
(Metrics Advisor Only) The Azure AD Tenant Id.
Link copied to clipboard
(Personalization Only) The flag to enable statistics of Bing Search.
Link copied to clipboard
(QnAMaker Only) The Azure Search endpoint id of QnAMaker.
Link copied to clipboard
(QnAMaker Only) The Azure Search endpoint key of QnAMaker.
Link copied to clipboard
(QnAMaker Only) The runtime endpoint of QnAMaker.
Link copied to clipboard
(Bing Search Only) The flag to enable statistics of Bing Search.
Link copied to clipboard
(Personalization Only) The storage account connection string.
Link copied to clipboard
(Metrics Advisor Only) The website name of Metrics Advisor.