ArmBotServiceModelFactory.GetBotServiceQnAMakerEndpointKeyResult Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET