ApplicationPackage interface
An application package which represents a particular version of an application.
- Extends
Properties
format | The format of the application package, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The time at which the package was last activated, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The current state of the application package. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The URL for the application package in Azure Storage. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The UTC time at which the Azure Storage URL will expire. NOTE: This property will not be serialized. It can only be populated by the server. |
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
format
The format of the application package, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server.
format?: string
Property Value
string
lastActivationTime
The time at which the package was last activated, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server.
lastActivationTime?: Date
Property Value
Date
state
The current state of the application package. NOTE: This property will not be serialized. It can only be populated by the server.
state?: PackageState
Property Value
storageUrl
The URL for the application package in Azure Storage. NOTE: This property will not be serialized. It can only be populated by the server.
storageUrl?: string
Property Value
string
storageUrlExpiry
The UTC time at which the Azure Storage URL will expire. NOTE: This property will not be serialized. It can only be populated by the server.
storageUrlExpiry?: Date
Property Value
Date
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