ApplicationPackage interface

特定のバージョンのアプリケーションを表すアプリケーション パッケージ。

Extends

プロパティ

etag

コンカレンシー ステートメントに使用されるリソースの ETag。

format

パッケージがアクティブな場合のアプリケーション パッケージの形式。

lastActivationTime

パッケージがアクティブな場合、パッケージが最後にアクティブ化された時刻。

state

アプリケーション パッケージの現在の状態。

storageUrl

Azure Storage 内のアプリケーション パッケージの URL。

storageUrlExpiry

Azure Storage URL の有効期限が切れる UTC 時刻。

tags

リソースのタグ。

継承されたプロパティ

id

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

リソースの名前

systemData

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

アプリケーション パッケージの現在の状態。

state?: PackageState

プロパティ値

storageUrl

Azure Storage 内のアプリケーション パッケージの URL。

storageUrl?: string

プロパティ値

string

storageUrlExpiry

Azure Storage 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 Resource Manager メタデータ。

systemData?: SystemData

プロパティ値

proxyResource.systemData から継承

type

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

type?: string

プロパティ値

string

proxyResource.type から継承