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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET