ApplicationPackage interface
代表應用程式特定版本的應用程式套件。
- Extends
屬性
| etag | 資源的 ETag,用於並行語句。 |
| format | 如果封裝為使用中,則為應用程式封裝的格式。 |
| last |
如果封裝為使用中,則為上次啟動封裝的時間。 |
| state | 應用程式封裝的目前狀態。 |
| storage |
Azure 記憶體中應用程式套件的 URL。 |
| storage |
Azure 記憶體 URL 到期的 UTC 時間。 |
| tags | 資源的標記。 |
繼承的屬性
| id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | 資源的名稱 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 |
| type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
屬性詳細資料
etag
資源的 ETag,用於並行語句。
etag?: string
屬性值
string
format
如果封裝為使用中,則為應用程式封裝的格式。
format?: string
屬性值
string
lastActivationTime
如果封裝為使用中,則為上次啟動封裝的時間。
lastActivationTime?: Date
屬性值
Date
state
storageUrl
Azure 記憶體中應用程式套件的 URL。
storageUrl?: string
屬性值
string
storageUrlExpiry
Azure 記憶體 URL 到期的 UTC 時間。
storageUrlExpiry?: Date
屬性值
Date
tags
資源的標記。
tags?: Record<string, string>
屬性值
Record<string, string>
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
屬性值
string
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。
systemData?: SystemData
屬性值
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”
type?: string
屬性值
string