ArmBotServiceModelFactory.GetBotServiceQnAMakerEndpointKeyResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET