共用方式為


ApplicationDefinition interface

受控應用程式定義的相關信息。

Extends

屬性

artifacts

受控應用程式成品的集合。 入口網站會使用指定為成品的檔案,以建構從受控應用程式定義建立受控應用程式的用戶體驗。

authorizations

受控應用程式提供者授權。

createUiDefinition

Microsoft.Solutions/applications 資源的備份範本 createUiDefinition json。 它可以是 JObject 或格式正確的 JSON 字串。

deploymentPolicy

受控應用程式部署原則。

description

受控應用程式定義描述。

displayName

受控應用程式定義顯示名稱。

isEnabled

值,指出是否啟用封裝。

lockingPolicy

受控應用程式鎖定原則。

lockLevel

受控應用程式鎖定層級。

mainTemplate

內嵌主要範本 json,其具有要布建的資源。 它可以是 JObject 或格式正確的 JSON 字串。

managementPolicy

決定發行者存取受控資源群組的受控應用程式管理原則。

notificationPolicy

受控應用程式通知原則。

packageFileUri

受控應用程式定義套件檔案 URI。 使用這個專案

policies

受控應用程式提供者原則。

storageAccountId

用於攜帶您自己的記憶體案例的記憶體帳戶標識碼。

繼承的屬性

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

location

資源位置

managedBy

管理此資源的資源識別碼。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

sku

資源的 SKU。

systemData

與建立和上次修改資源相關的元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

資源標籤

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

artifacts

受控應用程式成品的集合。 入口網站會使用指定為成品的檔案,以建構從受控應用程式定義建立受控應用程式的用戶體驗。

artifacts?: ApplicationDefinitionArtifact[]

屬性值

authorizations

受控應用程式提供者授權。

authorizations?: ApplicationAuthorization[]

屬性值

createUiDefinition

Microsoft.Solutions/applications 資源的備份範本 createUiDefinition json。 它可以是 JObject 或格式正確的 JSON 字串。

createUiDefinition?: Record<string, unknown>

屬性值

Record<string, unknown>

deploymentPolicy

受控應用程式部署原則。

deploymentPolicy?: ApplicationDeploymentPolicy

屬性值

description

受控應用程式定義描述。

description?: string

屬性值

string

displayName

受控應用程式定義顯示名稱。

displayName?: string

屬性值

string

isEnabled

值,指出是否啟用封裝。

isEnabled?: boolean

屬性值

boolean

lockingPolicy

受控應用程式鎖定原則。

lockingPolicy?: ApplicationPackageLockingPolicyDefinition

屬性值

lockLevel

受控應用程式鎖定層級。

lockLevel: ApplicationLockLevel

屬性值

mainTemplate

內嵌主要範本 json,其具有要布建的資源。 它可以是 JObject 或格式正確的 JSON 字串。

mainTemplate?: Record<string, unknown>

屬性值

Record<string, unknown>

managementPolicy

決定發行者存取受控資源群組的受控應用程式管理原則。

managementPolicy?: ApplicationManagementPolicy

屬性值

notificationPolicy

受控應用程式通知原則。

notificationPolicy?: ApplicationNotificationPolicy

屬性值

packageFileUri

受控應用程式定義套件檔案 URI。 使用這個專案

packageFileUri?: string

屬性值

string

policies

受控應用程式提供者原則。

policies?: ApplicationPolicy[]

屬性值

storageAccountId

用於攜帶您自己的記憶體案例的記憶體帳戶標識碼。

storageAccountId?: string

屬性值

string

繼承的屬性詳細資料

id

資源標識碼注意:此屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自GenericResource.id

location

資源位置

location?: string

屬性值

string

繼承自GenericResource.location

managedBy

管理此資源的資源識別碼。

managedBy?: string

屬性值

string

繼承自GenericResource.managedBy

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自GenericResource.name

sku

資源的 SKU。

sku?: Sku

屬性值

Sku

繼承自GenericResource.sku

systemData

與建立和上次修改資源相關的元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承自GenericResource.systemData

tags

資源標籤

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自GenericResource.tags

type

資源類型注意:此屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自GenericResource.type