Udostępnij za pośrednictwem


ArmBotServiceModelFactory.GetBotServiceQnAMakerEndpointKeyResult Method

Definition

Initializes a new instance of GetBotServiceQnAMakerEndpointKeyResult.

public static Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult GetBotServiceQnAMakerEndpointKeyResult (string primaryEndpointKey = default, string secondaryEndpointKey = default, string installedVersion = default, string lastStableVersion = default);
static member GetBotServiceQnAMakerEndpointKeyResult : string * string * string * string -> Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult
Public Shared Function GetBotServiceQnAMakerEndpointKeyResult (Optional primaryEndpointKey As String = Nothing, Optional secondaryEndpointKey As String = Nothing, Optional installedVersion As String = Nothing, Optional lastStableVersion As String = Nothing) As GetBotServiceQnAMakerEndpointKeyResult

Parameters

primaryEndpointKey
String

Primary Access Key.

secondaryEndpointKey
String

Secondary Access Key.

installedVersion
String

Current version of runtime.

lastStableVersion
String

Latest version of runtime.

Returns

A new GetBotServiceQnAMakerEndpointKeyResult instance for mocking.

Applies to