Application interface
Contains information about an application in a Batch account.
- Extends
Properties
allow |
A value indicating whether packages within the application may be overwritten using the same version string. |
default |
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. |
display |
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. |
tags | The tags of the resource. |
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 AzureProxyResource.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 AzureProxyResource.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 AzureProxyResource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From AzureProxyResource.tags
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 AzureProxyResource.type