Share via


ApplicationPackage interface

An application package which represents a particular version of an application.

Extends

Properties

etag

The ETag of the resource, used for concurrency statements.

format

The format of the application package, if the package is active.

lastActivationTime

The time at which the package was last activated, if the package is active.

state

The current state of the application package.

storageUrl

The URL for the application package in Azure Storage.

storageUrlExpiry

The UTC time at which the Azure Storage URL will expire.

tags

The tags of the resource.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

etag

The ETag of the resource, used for concurrency statements.

etag?: string

Property Value

string

format

The format of the application package, if the package is active.

format?: string

Property Value

string

lastActivationTime

The time at which the package was last activated, if the package is active.

lastActivationTime?: Date

Property Value

Date

state

The current state of the application package.

state?: PackageState

Property Value

storageUrl

The URL for the application package in Azure Storage.

storageUrl?: string

Property Value

string

storageUrlExpiry

The UTC time at which the Azure Storage URL will expire.

storageUrlExpiry?: Date

Property Value

Date

tags

The tags of the resource.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type