EndpointInfo 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
EndpointInfo() | |
EndpointInfo(String, Nullable<Boolean>, String, String, String, String, String, String) |
EndpointInfo()
EndpointInfo(String, Nullable<Boolean>, String, String, String, String, String, String)
- Source:
- EndpointInfo.cs
- Source:
- EndpointInfo.cs
public EndpointInfo (string versionId = default, bool? isStaging = default, string endpointUrl = default, string region = default, string assignedEndpointKey = default, string endpointRegion = default, string failedRegions = default, string publishedDateTime = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EndpointInfo : string * Nullable<bool> * string * string * string * string * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.EndpointInfo
Public Sub New (Optional versionId As String = Nothing, Optional isStaging As Nullable(Of Boolean) = Nothing, Optional endpointUrl As String = Nothing, Optional region As String = Nothing, Optional assignedEndpointKey As String = Nothing, Optional endpointRegion As String = Nothing, Optional failedRegions As String = Nothing, Optional publishedDateTime As String = Nothing)
Parameters
- versionId
- String
- endpointUrl
- String
- region
- String
- assignedEndpointKey
- String
- endpointRegion
- String
- failedRegions
- String
- publishedDateTime
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET