Application interface

Contains information about an application in a Batch account.

Extends

Properties

allowUpdates

A value indicating whether packages within the application may be overwritten using the same version string.

defaultVersion

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

displayName

The display name for the application.

Inherited Properties

etag

The ETag of the resource, used for concurrency statements. NOTE: This property will not be serialized. It can only be populated by the server.

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

allowUpdates

A value indicating whether packages within the application may be overwritten using the same version string.

allowUpdates?: boolean

Property Value

boolean

defaultVersion

The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.

defaultVersion?: string

Property Value

string

displayName

The display name for the application.

displayName?: string

Property Value

string

Inherited Property Details

etag

The ETag of the resource, used for concurrency statements. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

Inherited From ProxyResource.etag

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type