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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.botservice.listQnAMakerEndpointKey
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 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)
public static Output<ListQnAMakerEndpointKeyResult> listQnAMakerEndpointKey(ListQnAMakerEndpointKeyArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:botservice:listQnAMakerEndpointKey
  arguments:
    # arguments dictionaryThe following arguments are supported:
listQnAMakerEndpointKey Result
The following output properties are available:
- InstalledVersion string
- Current version of runtime.
- LastStable stringVersion 
- Latest version of runtime.
- PrimaryEndpoint stringKey 
- Primary Access Key.
- SecondaryEndpoint stringKey 
- Secondary Access Key.
- InstalledVersion string
- Current version of runtime.
- LastStable stringVersion 
- Latest version of runtime.
- PrimaryEndpoint stringKey 
- Primary Access Key.
- SecondaryEndpoint stringKey 
- Secondary Access Key.
- installedVersion String
- Current version of runtime.
- lastStable StringVersion 
- Latest version of runtime.
- primaryEndpoint StringKey 
- Primary Access Key.
- secondaryEndpoint StringKey 
- Secondary Access Key.
- installedVersion string
- Current version of runtime.
- lastStable stringVersion 
- Latest version of runtime.
- primaryEndpoint stringKey 
- Primary Access Key.
- secondaryEndpoint stringKey 
- Secondary Access Key.
- installed_version str
- Current version of runtime.
- last_stable_ strversion 
- Latest version of runtime.
- primary_endpoint_ strkey 
- Primary Access Key.
- secondary_endpoint_ strkey 
- Secondary Access Key.
- installedVersion String
- Current version of runtime.
- lastStable StringVersion 
- Latest version of runtime.
- primaryEndpoint StringKey 
- Primary Access Key.
- secondaryEndpoint StringKey 
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi