Microsoft.Solutions 應用程式Definitions 2017-12-01
Bicep 資源定義
applicationDefinitions 資源類型可以部署到: 資源群組。
若要瞭解資源群組部署,請參閱 Bicep。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Solutions/applicationDefinitions 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Solutions/applicationDefinitions@2017-12-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
sku: {
capacity: int
family: 'string'
model: 'string'
name: 'string'
size: 'string'
tier: 'string'
}
identity: {
type: 'SystemAssigned'
}
managedBy: 'string'
properties: {
artifacts: [
{
name: 'string'
type: 'string'
uri: 'string'
}
]
authorizations: [
{
principalId: 'string'
roleDefinitionId: 'string'
}
]
createUiDefinition: any()
description: 'string'
displayName: 'string'
isEnabled: 'string'
mainTemplate: any()
packageFileUri: 'string'
}
}
屬性值
applicationDefinitions
Identity
名称 |
描述 |
值 |
type |
識別類型。 |
'SystemAssigned' |
ApplicationDefinitionProperties
名稱 |
描述 |
值 |
artifacts |
受控應用程式成品的集合。 入口網站會使用指定為成品的檔案,來建構從受控應用程式定義建立受控應用程式的使用者體驗。 |
ApplicationArtifact[] |
授權 |
受控應用程式提供者授權。 |
ApplicationProviderAuthorization[] (必要) |
createUiDefinition |
使用 Microsoft.Solutions/applications 資源的支援範本 createUiDefinition json。 它可以是 JObject 或格式正確的 JSON 字串。 |
針對 Bicep,您可以使用 any () 函式。 |
description |
受控應用程式定義描述。 |
字串 |
displayName |
受控應用程式定義顯示名稱。 |
字串 |
isEnabled |
值,指出是否啟用封裝。 |
字串 |
mainTemplate |
內嵌主要範本 json,其具有要布建的資源。 它可以是 JObject 或格式正確的 JSON 字串。 |
針對 Bicep,您可以使用 any () 函式。 |
packageFileUri |
受控應用程式定義封裝檔案 URI。 使用這個專案 |
字串 |
ApplicationArtifact
名稱 |
描述 |
值 |
NAME |
受控應用程式成品名稱。 |
字串 |
type |
受控應用程式成品類型。 |
'Custom' 'Template' |
uri |
受控應用程式成品 Blob URI。 |
字串 |
ApplicationProviderAuthorization
名稱 |
描述 |
值 |
principalId |
提供者的主體識別碼。 這是提供者將用來呼叫 ARM 來管理受控應用程式資源的身分識別。 |
需要字串 () |
roleDefinitionId |
提供者的角色定義識別碼。 此角色會定義提供者在受控應用程式的容器資源群組上必須擁有的擁有權限。 此角色定義不能有刪除資源群組的許可權。 |
需要字串 () |
SKU
名稱 |
描述 |
值 |
處理能力 |
SKU 容量。 |
int |
family |
SKU 系列。 |
字串 |
model |
SKU 模型。 |
字串 |
NAME |
SKU 名稱。 |
需要字串 () |
{1}size{2} |
SKU 大小。 |
字串 |
tier |
SKU 層。 |
字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
ARM 範本資源定義
applicationDefinitions 資源類型可以部署到: 資源群組。
若要瞭解資源群組部署,請參閱 ARM 範本。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Solutions/applicationDefinitions 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Solutions/applicationDefinitions",
"apiVersion": "2017-12-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"capacity": "int",
"family": "string",
"model": "string",
"name": "string",
"size": "string",
"tier": "string"
},
"identity": {
"type": "SystemAssigned"
},
"managedBy": "string",
"properties": {
"artifacts": [
{
"name": "string",
"type": "string",
"uri": "string"
}
],
"authorizations": [
{
"principalId": "string",
"roleDefinitionId": "string"
}
],
"createUiDefinition": {},
"description": "string",
"displayName": "string",
"isEnabled": "string",
"mainTemplate": {},
"packageFileUri": "string"
}
}
屬性值
applicationDefinitions
名稱 |
描述 |
值 |
type |
資源類型 |
'Microsoft.Solutions/applicationDefinitions' |
apiVersion |
資源 API 版本 |
'2017-12-01' |
NAME |
資源名稱 |
需要字串 () |
location |
資源位置 |
字串 |
tags |
資源標籤 |
標記名稱和值的字典。 請參閱 範本中的標籤 |
sku |
資源的 SKU。 |
Sku |
身分識別
|
資源的身分識別。 |
身分識別 |
managedBy |
管理此資源之資源的識別碼。 |
字串 |
properties |
受控應用程式定義屬性。 |
ApplicationDefinitionProperties (必要) |
Identity
名称 |
描述 |
值 |
type |
識別類型。 |
'SystemAssigned' |
ApplicationDefinitionProperties
名稱 |
描述 |
值 |
artifacts |
受控應用程式成品的集合。 入口網站會使用指定為成品的檔案,來建構從受控應用程式定義建立受控應用程式的使用者體驗。 |
ApplicationArtifact[] |
授權 |
受控應用程式提供者授權。 |
ApplicationProviderAuthorization[] (必要) |
createUiDefinition |
使用 Microsoft.Solutions/applications 資源的支援範本 createUiDefinition json。 它可以是 JObject 或格式正確的 JSON 字串。 |
|
description |
受控應用程式定義描述。 |
字串 |
displayName |
受控應用程式定義顯示名稱。 |
字串 |
isEnabled |
值,指出是否啟用封裝。 |
字串 |
mainTemplate |
內嵌主要範本 json,其具有要布建的資源。 它可以是 JObject 或格式正確的 JSON 字串。 |
|
packageFileUri |
受控應用程式定義封裝檔案 URI。 使用這個專案 |
字串 |
ApplicationArtifact
名稱 |
描述 |
值 |
NAME |
受控應用程式成品名稱。 |
字串 |
type |
受控應用程式成品類型。 |
'Custom' 'Template' |
uri |
受控應用程式成品 Blob URI。 |
字串 |
ApplicationProviderAuthorization
名稱 |
描述 |
值 |
principalId |
提供者的主體識別碼。 這是提供者將用來呼叫 ARM 來管理受控應用程式資源的身分識別。 |
需要字串 () |
roleDefinitionId |
提供者的角色定義識別碼。 此角色會定義提供者在受控應用程式的容器資源群組上必須擁有的擁有權限。 此角色定義不能有刪除資源群組的許可權。 |
需要字串 () |
SKU
名稱 |
描述 |
值 |
處理能力 |
SKU 容量。 |
int |
family |
SKU 系列。 |
字串 |
model |
SKU 模型。 |
字串 |
NAME |
SKU 名稱。 |
需要字串 () |
{1}size{2} |
SKU 大小。 |
字串 |
tier |
SKU 層。 |
字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
applicationDefinitions 資源類型可以部署到: 資源群組。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.Solutions/applicationDefinitions 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Solutions/applicationDefinitions@2017-12-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
identity {
type = "SystemAssigned"
}
body = jsonencode({
properties = {
artifacts = [
{
name = "string"
type = "string"
uri = "string"
}
]
authorizations = [
{
principalId = "string"
roleDefinitionId = "string"
}
]
description = "string"
displayName = "string"
isEnabled = "string"
packageFileUri = "string"
}
sku = {
capacity = int
family = "string"
model = "string"
name = "string"
size = "string"
tier = "string"
}
managedBy = "string"
})
}
屬性值
applicationDefinitions
名稱 |
描述 |
值 |
type |
資源類型 |
「Microsoft.Solutions/applicationDefinitions@2017-12-01」 |
NAME |
資源名稱 |
需要字串 () |
location |
資源位置 |
字串 |
parent_id |
若要部署至資源群組,請使用該資源群組的識別碼。 |
需要字串 () |
tags |
資源標籤 |
標記名稱和值的字典。 |
sku |
資源的 SKU。 |
Sku |
身分識別
|
資源的身分識別。 |
身分識別 |
managedBy |
管理此資源之資源的識別碼。 |
字串 |
properties |
受控應用程式定義屬性。 |
ApplicationDefinitionProperties (必要) |
Identity
名称 |
描述 |
值 |
type |
識別類型。 |
「SystemAssigned」 |
ApplicationDefinitionProperties
名稱 |
描述 |
值 |
artifacts |
受控應用程式成品的集合。 入口網站會使用指定為成品的檔案,來建構從受控應用程式定義建立受控應用程式的使用者體驗。 |
ApplicationArtifact[] |
授權 |
受控應用程式提供者授權。 |
ApplicationProviderAuthorization[] (必要) |
createUiDefinition |
使用 Microsoft.Solutions/applications 資源的支援範本 createUiDefinition json。 它可以是 JObject 或格式正確的 JSON 字串。 |
|
description |
受控應用程式定義描述。 |
字串 |
displayName |
受控應用程式定義顯示名稱。 |
字串 |
isEnabled |
值,指出是否啟用封裝。 |
字串 |
mainTemplate |
內嵌主要範本 json,其具有要布建的資源。 它可以是 JObject 或格式正確的 JSON 字串。 |
|
packageFileUri |
受控應用程式定義封裝檔案 URI。 使用這個專案 |
字串 |
ApplicationArtifact
名稱 |
描述 |
值 |
NAME |
受控應用程式成品名稱。 |
字串 |
type |
受控應用程式成品類型。 |
「自訂」 「範本」 |
uri |
受控應用程式成品 Blob URI。 |
字串 |
ApplicationProviderAuthorization
名稱 |
描述 |
值 |
principalId |
提供者的主體識別碼。 這是提供者將用來呼叫 ARM 來管理受控應用程式資源的身分識別。 |
需要字串 () |
roleDefinitionId |
提供者的角色定義識別碼。 此角色會定義提供者在受控應用程式的容器資源群組上必須擁有的擁有權限。 此角色定義不能有刪除資源群組的許可權。 |
需要字串 () |
SKU
名稱 |
描述 |
值 |
處理能力 |
SKU 容量。 |
int |
family |
SKU 系列。 |
字串 |
model |
SKU 模型。 |
字串 |
NAME |
SKU 名稱。 |
需要字串 () |
{1}size{2} |
SKU 大小。 |
字串 |
tier |
SKU 層。 |
字串 |