Compartilhar via


ArmBotServiceModelFactory.GetBotServiceQnAMakerEndpointKeyResult Método

Definição

Inicializa uma nova instância de 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

Parâmetros

primaryEndpointKey
String

Chave de Acesso Primária.

secondaryEndpointKey
String

Chave de Acesso Secundária.

installedVersion
String

Versão atual do runtime.

lastStableVersion
String

Versão mais recente do runtime.

Retornos

Uma nova GetBotServiceQnAMakerEndpointKeyResult instância para zombar.

Aplica-se a