ApplicationInfoResponse interface

Response containing the Application Info.

Properties

activeVersion

The version ID currently marked as active.

createdDateTime

The version's creation timestamp.

culture

The culture of the application. For example, "en-us".

description

The description of the application.

domain

The domain for the new application. Optional. For example, Comics.

endpointHitsCount

Number of calls made to this endpoint.

endpoints

The Runtime endpoint URL for this model version.

id

The ID (GUID) of the application.

name

The name of the application.

usageScenario

Defines the scenario for the new application. Optional. For example, IoT.

versionsCount

Amount of model versions within the application.

Property Details

activeVersion

The version ID currently marked as active.

activeVersion?: string

Property Value

string

createdDateTime

The version's creation timestamp.

createdDateTime?: string

Property Value

string

culture

The culture of the application. For example, "en-us".

culture?: string

Property Value

string

description

The description of the application.

description?: string

Property Value

string

domain

The domain for the new application. Optional. For example, Comics.

domain?: string

Property Value

string

endpointHitsCount

Number of calls made to this endpoint.

endpointHitsCount?: number

Property Value

number

endpoints

The Runtime endpoint URL for this model version.

endpoints?: any

Property Value

any

id

The ID (GUID) of the application.

id?: string

Property Value

string

name

The name of the application.

name?: string

Property Value

string

usageScenario

Defines the scenario for the new application. Optional. For example, IoT.

usageScenario?: string

Property Value

string

versionsCount

Amount of model versions within the application.

versionsCount?: number

Property Value

number