通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationPackage interface

表示应用程序的特定版本的应用程序包。

扩展

属性

etag

资源的 ETag,用于并发语句。

format

如果包处于活动状态,则应用程序包的格式。

lastActivationTime

上次激活包的时间(如果包处于活动状态)。

state

应用程序包的当前状态。

storageUrl

Azure 存储中应用程序包的 URL。

storageUrlExpiry

Azure 存储 URL 到期的 UTC 时间。

tags

资源的标记。

继承属性

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

资源的名称

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

属性详细信息

etag

资源的 ETag,用于并发语句。

etag?: string

属性值

string

format

如果包处于活动状态,则应用程序包的格式。

format?: string

属性值

string

lastActivationTime

上次激活包的时间(如果包处于活动状态)。

lastActivationTime?: Date

属性值

Date

state

应用程序包的当前状态。

state?: PackageState

属性值

storageUrl

Azure 存储中应用程序包的 URL。

storageUrl?: string

属性值

string

storageUrlExpiry

Azure 存储 URL 到期的 UTC 时间。

storageUrlExpiry?: Date

属性值

Date

tags

资源的标记。

tags?: Record<string, string>

属性值

Record<string, string>

继承属性详细信息

id

资源的完全限定资源 ID。 示例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

属性值

string

继承自 ProxyResource.id

name

资源的名称

name?: string

属性值

string

继承自 ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

systemData?: SystemData

属性值

继承自ProxyResource.systemData

type

资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

type?: string

属性值

string

继承自ProxyResource.type