Partilhar via


EndpointKeysDTO Construtores

Definição

Sobrecargas

EndpointKeysDTO()
EndpointKeysDTO(String, String, String, String, String)

EndpointKeysDTO()

Origem:
EndpointKeysDTO.cs
public EndpointKeysDTO ();
Public Sub New ()

Aplica-se a

EndpointKeysDTO(String, String, String, String, String)

Origem:
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)

Parâmetros

primaryEndpointKey
String
secondaryEndpointKey
String
installedVersion
String
lastStableVersion
String
language
String

Aplica-se a