These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native-v2.botservice.listQnAMakerEndpointKey
Explore with Pulumi AI
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 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 dictionary
The following arguments are supported:
listQnAMakerEndpointKey Result
The following output properties are available:
- Installed
Version string - Current version of runtime.
- Last
Stable stringVersion - Latest version of runtime.
- Primary
Endpoint stringKey - Primary Access Key.
- Secondary
Endpoint stringKey - Secondary Access Key.
- Installed
Version string - Current version of runtime.
- Last
Stable stringVersion - Latest version of runtime.
- Primary
Endpoint stringKey - Primary Access Key.
- Secondary
Endpoint stringKey - Secondary Access Key.
- installed
Version String - Current version of runtime.
- last
Stable StringVersion - Latest version of runtime.
- primary
Endpoint StringKey - Primary Access Key.
- secondary
Endpoint StringKey - Secondary Access Key.
- installed
Version string - Current version of runtime.
- last
Stable stringVersion - Latest version of runtime.
- primary
Endpoint stringKey - Primary Access Key.
- secondary
Endpoint 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.
- installed
Version String - Current version of runtime.
- last
Stable StringVersion - Latest version of runtime.
- primary
Endpoint StringKey - Primary Access Key.
- secondary
Endpoint StringKey - Secondary Access Key.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi