EndpointKeysDTO Constructors
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.
Overloads
EndpointKeysDTO() | |
EndpointKeysDTO(String, String, String, String, String) |
EndpointKeysDTO()
EndpointKeysDTO(String, String, String, String, String)
- Source:
- EndpointKeysDTO.cs
public EndpointKeysDTO (string primaryEndpointKey = default, string secondaryEndpointKey = default, string installedVersion = default, string lastStableVersion = default, string language = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.EndpointKeysDTO : string * string * string * string * string -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.EndpointKeysDTO
Public Sub New (Optional primaryEndpointKey As String = Nothing, Optional secondaryEndpointKey As String = Nothing, Optional installedVersion As String = Nothing, Optional lastStableVersion As String = Nothing, Optional language As String = Nothing)
Parameters
- primaryEndpointKey
- String
- secondaryEndpointKey
- String
- installedVersion
- String
- lastStableVersion
- String
- language
- String