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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET