ApiPropertiesArgs

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
val aadClientId: Output<String>? = null

(Metrics Advisor Only) The Azure AD Client Id (Application Id).

Link copied to clipboard
val aadTenantId: Output<String>? = null

(Metrics Advisor Only) The Azure AD Tenant Id.

Link copied to clipboard
val eventHubConnectionString: Output<String>? = null

(Personalization Only) The flag to enable statistics of Bing Search.

Link copied to clipboard
val qnaAzureSearchEndpointId: Output<String>? = null

(QnAMaker Only) The Azure Search endpoint id of QnAMaker.

Link copied to clipboard
val qnaAzureSearchEndpointKey: Output<String>? = null

(QnAMaker Only) The Azure Search endpoint key of QnAMaker.

Link copied to clipboard
val qnaRuntimeEndpoint: Output<String>? = null

(QnAMaker Only) The runtime endpoint of QnAMaker.

Link copied to clipboard
val statisticsEnabled: Output<Boolean>? = null

(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
val superUser: Output<String>? = null

(Metrics Advisor Only) The super user of Metrics Advisor.

Link copied to clipboard
val websiteName: Output<String>? = null

(Metrics Advisor Only) The website name of Metrics Advisor.

Functions

Link copied to clipboard
open override fun toJava(): ApiPropertiesArgs