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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 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:
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 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.47.1 published on Monday, Jun 24, 2024 by Pulumi