1. Packages
  2. Azure Native
  3. API Docs
  4. botservice
  5. listQnAMakerEndpointKey
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.botservice.listQnAMakerEndpointKey

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Lists the QnA Maker endpoint keys Azure REST API version: 2022-09-15.

    Other available API versions: 2022-06-15-preview, 2023-09-15-preview.

    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>
    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]
    func ListQnAMakerEndpointKey(ctx *Context, args *ListQnAMakerEndpointKeyArgs, opts ...InvokeOption) (*ListQnAMakerEndpointKeyResult, error)
    func ListQnAMakerEndpointKeyOutput(ctx *Context, args *ListQnAMakerEndpointKeyOutputArgs, opts ...InvokeOption) ListQnAMakerEndpointKeyResultOutput

    > 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)
    }
    public static CompletableFuture<ListQnAMakerEndpointKeyResult> listQnAMakerEndpointKey(ListQnAMakerEndpointKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:botservice:listQnAMakerEndpointKey
      arguments:
        # arguments dictionary

    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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi