1. Packages
  2. Azure Native
  3. API Docs
  4. botservice
  5. listQnAMakerEndpointKey
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.botservice.listQnAMakerEndpointKey

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Lists the QnA Maker endpoint keys

Uses Azure REST API version 2023-09-15-preview.

Other available API versions: 2022-09-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native botservice [ApiVersion]. See the version guide for details.

Using listQnAMakerEndpointKey

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listQnAMakerEndpointKey(args: ListQnAMakerEndpointKeyArgs, opts?: InvokeOptions): Promise<ListQnAMakerEndpointKeyResult>
function listQnAMakerEndpointKeyOutput(args: ListQnAMakerEndpointKeyOutputArgs, opts?: InvokeOptions): Output<ListQnAMakerEndpointKeyResult>
Copy
def list_qn_a_maker_endpoint_key(authkey: Optional[str] = None,
                                 hostname: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> ListQnAMakerEndpointKeyResult
def list_qn_a_maker_endpoint_key_output(authkey: Optional[pulumi.Input[str]] = None,
                                 hostname: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[ListQnAMakerEndpointKeyResult]
Copy
func ListQnAMakerEndpointKey(ctx *Context, args *ListQnAMakerEndpointKeyArgs, opts ...InvokeOption) (*ListQnAMakerEndpointKeyResult, error)
func ListQnAMakerEndpointKeyOutput(ctx *Context, args *ListQnAMakerEndpointKeyOutputArgs, opts ...InvokeOption) ListQnAMakerEndpointKeyResultOutput
Copy

> Note: This function is named ListQnAMakerEndpointKey in the Go SDK.

public static class ListQnAMakerEndpointKey 
{
    public static Task<ListQnAMakerEndpointKeyResult> InvokeAsync(ListQnAMakerEndpointKeyArgs args, InvokeOptions? opts = null)
    public static Output<ListQnAMakerEndpointKeyResult> Invoke(ListQnAMakerEndpointKeyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListQnAMakerEndpointKeyResult> listQnAMakerEndpointKey(ListQnAMakerEndpointKeyArgs args, InvokeOptions options)
public static Output<ListQnAMakerEndpointKeyResult> listQnAMakerEndpointKey(ListQnAMakerEndpointKeyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:botservice:listQnAMakerEndpointKey
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Authkey string
Subscription key which provides access to this API.
Hostname string
the host name of the QnA Maker endpoint
Authkey string
Subscription key which provides access to this API.
Hostname string
the host name of the QnA Maker endpoint
authkey String
Subscription key which provides access to this API.
hostname String
the host name of the QnA Maker endpoint
authkey string
Subscription key which provides access to this API.
hostname string
the host name of the QnA Maker endpoint
authkey str
Subscription key which provides access to this API.
hostname str
the host name of the QnA Maker endpoint
authkey String
Subscription key which provides access to this API.
hostname String
the host name of the QnA Maker endpoint

listQnAMakerEndpointKey Result

The following output properties are available:

InstalledVersion string
Current version of runtime.
LastStableVersion string
Latest version of runtime.
PrimaryEndpointKey string
Primary Access Key.
SecondaryEndpointKey string
Secondary Access Key.
InstalledVersion string
Current version of runtime.
LastStableVersion string
Latest version of runtime.
PrimaryEndpointKey string
Primary Access Key.
SecondaryEndpointKey string
Secondary Access Key.
installedVersion String
Current version of runtime.
lastStableVersion String
Latest version of runtime.
primaryEndpointKey String
Primary Access Key.
secondaryEndpointKey String
Secondary Access Key.
installedVersion string
Current version of runtime.
lastStableVersion string
Latest version of runtime.
primaryEndpointKey string
Primary Access Key.
secondaryEndpointKey string
Secondary Access Key.
installed_version str
Current version of runtime.
last_stable_version str
Latest version of runtime.
primary_endpoint_key str
Primary Access Key.
secondary_endpoint_key str
Secondary Access Key.
installedVersion String
Current version of runtime.
lastStableVersion String
Latest version of runtime.
primaryEndpointKey String
Primary Access Key.
secondaryEndpointKey String
Secondary Access Key.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi