qn_a_maker_endpoint_keys
Creates, updates, deletes, gets or lists a qn_a_maker_endpoint_keys
resource.
Overview
Name | qn_a_maker_endpoint_keys |
Type | Resource |
Id | azure.bot_service.qn_a_maker_endpoint_keys |
Fields
Name | Datatype | Description |
---|---|---|
installedVersion | string | Current version of runtime. |
lastStableVersion | string | Latest version of runtime. |
primaryEndpointKey | string | Primary Access Key. |
secondaryEndpointKey | string | Secondary Access Key. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Lists the QnA Maker endpoint keys |
SELECT
examples
Lists the QnA Maker endpoint keys
SELECT
installedVersion,
lastStableVersion,
primaryEndpointKey,
secondaryEndpointKey
FROM azure.bot_service.qn_a_maker_endpoint_keys
WHERE subscriptionId = '{{ subscriptionId }}';