共用方式為


Microsoft.Compute 資源庫/應用程式/2020-09-30 版

Bicep 資源定義

資源庫/應用程式/版本資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Compute/galleries/applications/versions 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Compute/galleries/applications/versions@2020-09-30' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    publishingProfile: {
      enableHealthCheck: bool
      endOfLifeDate: 'string'
      excludeFromLatest: bool
      manageActions: {
        install: 'string'
        remove: 'string'
        update: 'string'
      }
      replicaCount: int
      source: {
        defaultConfigurationLink: 'string'
        mediaLink: 'string'
      }
      storageAccountType: 'string'
      targetRegions: [
        {
          encryption: {
            dataDiskImages: [
              {
                diskEncryptionSetId: 'string'
                lun: int
              }
            ]
            osDiskImage: {
              diskEncryptionSetId: 'string'
            }
          }
          name: 'string'
          regionalReplicaCount: int
          storageAccountType: 'string'
        }
      ]
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

DataDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串
這個屬性會指定數據磁碟的邏輯單位編號。 此值是用來識別虛擬機內的數據磁碟,因此對於連結至虛擬機的每個數據磁碟而言都必須是唯一的。 int (必要)

EncryptionImages

名字 描述 價值
dataDiskImages 數據磁碟映像的加密規格清單。 DataDiskImageEncryption[]
osDiskImage 包含 OS 磁碟映像的加密設定。 OSDiskImageEncryption

GalleryApplicationVersionProperties

名字 描述 價值
publishingProfile 資源庫映像版本的發行配置檔。 GalleryApplicationVersionPublishingProfile (必要)

GalleryApplicationVersionPublishingProfile

名字 描述 價值
enableHealthCheck 自選。 此應用程式是否報告健康情況。 bool
endOfLifeDate 資源庫映像版本的生命週期結束日期。 這個屬性可用於解除委任用途。 這個屬性是可更新的。 字串
excludeFromLatest 如果設定為 true,從最新版映像定義的虛擬機將不會使用此映像版本。 bool
manageActions UserArtifactManage
replicaCount 要為每個區域建立之映像版本的複本數目。 如果未指定 regionReplicaCount,這個屬性就會對區域生效。 這個屬性是可更新的。 int
要從中建立映像版本的來源映像。 UserArtifactSource (必要)
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'
targetRegions 要復寫映像版本的目標區域。 這個屬性是可更新的。 TargetRegion[]

Microsoft.Compute/galleries/applications/versions

名字 描述 價值
位置 資源位置 字串 (必要)
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:資源庫/應用程式
性能 描述資源庫映像版本的屬性。 GalleryApplicationVersionProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

OSDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串

ResourceTags

名字 描述 價值

TargetRegion

名字 描述 價值
加密 自選。 允許使用者提供客戶管理的金鑰,以加密資源庫成品中的 OS 和數據磁碟。 EncryptionImages
名字 區域的名稱。 字串 (必要)
regionalReplicaCount 要為每個區域建立之映像版本的複本數目。 這個屬性是可更新的。 int
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'

UserArtifactManage

名字 描述 價值
安裝 必填。 安裝資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
刪除 必填。 要移除資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
更新 自選。 更新資源庫應用程式的路徑和自變數。 如果沒有,則更新作業將會在舊版上叫用 remove 命令,並在資源庫應用程式的目前版本上安裝命令。 這限制為 4096 個字元。 字串

UserArtifactSource

名字 描述 價值
defaultConfigurationLink 自選。 成品的 defaultConfigurationLink 必須是可讀取的記憶體分頁 Blob。 字串
mediaLink 必填。 成品的 mediaLink 必須是可讀取的記憶體分頁 Blob。 字串 (必要)

ARM 樣本資源定義

資源庫/應用程式/版本資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Compute/galleries/applications/versions 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Compute/galleries/applications/versions",
  "apiVersion": "2020-09-30",
  "name": "string",
  "location": "string",
  "properties": {
    "publishingProfile": {
      "enableHealthCheck": "bool",
      "endOfLifeDate": "string",
      "excludeFromLatest": "bool",
      "manageActions": {
        "install": "string",
        "remove": "string",
        "update": "string"
      },
      "replicaCount": "int",
      "source": {
        "defaultConfigurationLink": "string",
        "mediaLink": "string"
      },
      "storageAccountType": "string",
      "targetRegions": [
        {
          "encryption": {
            "dataDiskImages": [
              {
                "diskEncryptionSetId": "string",
                "lun": "int"
              }
            ],
            "osDiskImage": {
              "diskEncryptionSetId": "string"
            }
          },
          "name": "string",
          "regionalReplicaCount": "int",
          "storageAccountType": "string"
        }
      ]
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

DataDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串
這個屬性會指定數據磁碟的邏輯單位編號。 此值是用來識別虛擬機內的數據磁碟,因此對於連結至虛擬機的每個數據磁碟而言都必須是唯一的。 int (必要)

EncryptionImages

名字 描述 價值
dataDiskImages 數據磁碟映像的加密規格清單。 DataDiskImageEncryption[]
osDiskImage 包含 OS 磁碟映像的加密設定。 OSDiskImageEncryption

GalleryApplicationVersionProperties

名字 描述 價值
publishingProfile 資源庫映像版本的發行配置檔。 GalleryApplicationVersionPublishingProfile (必要)

GalleryApplicationVersionPublishingProfile

名字 描述 價值
enableHealthCheck 自選。 此應用程式是否報告健康情況。 bool
endOfLifeDate 資源庫映像版本的生命週期結束日期。 這個屬性可用於解除委任用途。 這個屬性是可更新的。 字串
excludeFromLatest 如果設定為 true,從最新版映像定義的虛擬機將不會使用此映像版本。 bool
manageActions UserArtifactManage
replicaCount 要為每個區域建立之映像版本的複本數目。 如果未指定 regionReplicaCount,這個屬性就會對區域生效。 這個屬性是可更新的。 int
要從中建立映像版本的來源映像。 UserArtifactSource (必要)
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'
targetRegions 要復寫映像版本的目標區域。 這個屬性是可更新的。 TargetRegion[]

Microsoft.Compute/galleries/applications/versions

名字 描述 價值
apiVersion API 版本 '2020-09-30'
位置 資源位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 描述資源庫映像版本的屬性。 GalleryApplicationVersionProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Compute/galleries/applications/versions'

OSDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串

ResourceTags

名字 描述 價值

TargetRegion

名字 描述 價值
加密 自選。 允許使用者提供客戶管理的金鑰,以加密資源庫成品中的 OS 和數據磁碟。 EncryptionImages
名字 區域的名稱。 字串 (必要)
regionalReplicaCount 要為每個區域建立之映像版本的複本數目。 這個屬性是可更新的。 int
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'

UserArtifactManage

名字 描述 價值
安裝 必填。 安裝資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
刪除 必填。 要移除資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
更新 自選。 更新資源庫應用程式的路徑和自變數。 如果沒有,則更新作業將會在舊版上叫用 remove 命令,並在資源庫應用程式的目前版本上安裝命令。 這限制為 4096 個字元。 字串

UserArtifactSource

名字 描述 價值
defaultConfigurationLink 自選。 成品的 defaultConfigurationLink 必須是可讀取的記憶體分頁 Blob。 字串
mediaLink 必填。 成品的 mediaLink 必須是可讀取的記憶體分頁 Blob。 字串 (必要)

Terraform (AzAPI 提供者) 資源定義

資源庫/應用程式/版本資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Compute/galleries/applications/versions 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Compute/galleries/applications/versions@2020-09-30"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      publishingProfile = {
        enableHealthCheck = bool
        endOfLifeDate = "string"
        excludeFromLatest = bool
        manageActions = {
          install = "string"
          remove = "string"
          update = "string"
        }
        replicaCount = int
        source = {
          defaultConfigurationLink = "string"
          mediaLink = "string"
        }
        storageAccountType = "string"
        targetRegions = [
          {
            encryption = {
              dataDiskImages = [
                {
                  diskEncryptionSetId = "string"
                  lun = int
                }
              ]
              osDiskImage = {
                diskEncryptionSetId = "string"
              }
            }
            name = "string"
            regionalReplicaCount = int
            storageAccountType = "string"
          }
        ]
      }
    }
  })
}

屬性值

DataDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串
這個屬性會指定數據磁碟的邏輯單位編號。 此值是用來識別虛擬機內的數據磁碟,因此對於連結至虛擬機的每個數據磁碟而言都必須是唯一的。 int (必要)

EncryptionImages

名字 描述 價值
dataDiskImages 數據磁碟映像的加密規格清單。 DataDiskImageEncryption[]
osDiskImage 包含 OS 磁碟映像的加密設定。 OSDiskImageEncryption

GalleryApplicationVersionProperties

名字 描述 價值
publishingProfile 資源庫映像版本的發行配置檔。 GalleryApplicationVersionPublishingProfile (必要)

GalleryApplicationVersionPublishingProfile

名字 描述 價值
enableHealthCheck 自選。 此應用程式是否報告健康情況。 bool
endOfLifeDate 資源庫映像版本的生命週期結束日期。 這個屬性可用於解除委任用途。 這個屬性是可更新的。 字串
excludeFromLatest 如果設定為 true,從最新版映像定義的虛擬機將不會使用此映像版本。 bool
manageActions UserArtifactManage
replicaCount 要為每個區域建立之映像版本的複本數目。 如果未指定 regionReplicaCount,這個屬性就會對區域生效。 這個屬性是可更新的。 int
要從中建立映像版本的來源映像。 UserArtifactSource (必要)
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'
targetRegions 要復寫映像版本的目標區域。 這個屬性是可更新的。 TargetRegion[]

Microsoft.Compute/galleries/applications/versions

名字 描述 價值
位置 資源位置 字串 (必要)
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:資源庫/應用程式
性能 描述資源庫映像版本的屬性。 GalleryApplicationVersionProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Compute/galleries/applications/versions@2020-09-30”

OSDiskImageEncryption

名字 描述 價值
diskEncryptionSetId 包含磁碟加密集資源標識碼的相對URI。 字串

ResourceTags

名字 描述 價值

TargetRegion

名字 描述 價值
加密 自選。 允許使用者提供客戶管理的金鑰,以加密資源庫成品中的 OS 和數據磁碟。 EncryptionImages
名字 區域的名稱。 字串 (必要)
regionalReplicaCount 要為每個區域建立之映像版本的複本數目。 這個屬性是可更新的。 int
storageAccountType 指定要用來儲存映像的記憶體帳戶類型。 這個屬性無法更新。 'Premium_LRS'
'Standard_LRS'
'Standard_ZRS'

UserArtifactManage

名字 描述 價值
安裝 必填。 安裝資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
刪除 必填。 要移除資源庫應用程式的路徑和自變數。 這限制為 4096 個字元。 字串 (必要)
更新 自選。 更新資源庫應用程式的路徑和自變數。 如果沒有,則更新作業將會在舊版上叫用 remove 命令,並在資源庫應用程式的目前版本上安裝命令。 這限制為 4096 個字元。 字串

UserArtifactSource

名字 描述 價值
defaultConfigurationLink 自選。 成品的 defaultConfigurationLink 必須是可讀取的記憶體分頁 Blob。 字串
mediaLink 必填。 成品的 mediaLink 必須是可讀取的記憶體分頁 Blob。 字串 (必要)