ApplicationInfoResponse 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
ApplicationInfoResponse() | |
ApplicationInfoResponse(Nullable<Guid>, String, String, String, String, String, Nullable<Int32>, String, Object, Nullable<Int32>, String) |
ApplicationInfoResponse()
- Source:
- ApplicationInfoResponse.cs
- Source:
- ApplicationInfoResponse.cs
public ApplicationInfoResponse();
Public Sub New ()
Applies to
ApplicationInfoResponse(Nullable<Guid>, String, String, String, String, String, Nullable<Int32>, String, Object, Nullable<Int32>, String)
- Source:
- ApplicationInfoResponse.cs
- Source:
- ApplicationInfoResponse.cs
public ApplicationInfoResponse(Guid? id = default, string name = default, string description = default, string culture = default, string usageScenario = default, string domain = default, int? versionsCount = default, string createdDateTime = default, object endpoints = default, int? endpointHitsCount = default, string activeVersion = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ApplicationInfoResponse : Nullable<Guid> * string * string * string * string * string * Nullable<int> * string * obj * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ApplicationInfoResponse
Public Sub New (Optional id As Nullable(Of Guid) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional culture As String = Nothing, Optional usageScenario As String = Nothing, Optional domain As String = Nothing, Optional versionsCount As Nullable(Of Integer) = Nothing, Optional createdDateTime As String = Nothing, Optional endpoints As Object = Nothing, Optional endpointHitsCount As Nullable(Of Integer) = Nothing, Optional activeVersion As String = Nothing)
Parameters
- name
- String
- description
- String
- culture
- String
- usageScenario
- String
- domain
- String
- createdDateTime
- String
- endpoints
- Object
- activeVersion
- String
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET