Microsoft.Compute hostGroups 2020-12-01
Bicep 資源定義
hostGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/hostGroups 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Compute/hostGroups@2020-12-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
properties: {
platformFaultDomainCount: int
supportAutomaticPlacement: bool
}
zones: [
'string' or int
]
}
屬性值
hostGroups
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
性能 | 專用主機群組屬性。 | DedicatedHostGroupProperties |
區 | 要用於此主機群組的可用性區域。 僅支援單一區域。 區域只能在建立期間指派。 如果未提供,群組支援該區域中的所有區域。 如果提供,則會強制群組中的每個主機位於相同的區域中。 | 可用性區域陣列做為字串或int。 |
DedicatedHostGroupProperties
名字 | 描述 | 價值 |
---|---|---|
platformFaultDomainCount | 主機群組可以跨越的容錯網域數目。 | int (必要) 約束: 最小值 = 1 |
supportAutomaticPlacement | 指定虛擬機或虛擬機擴展集是否可以自動放在專用主機群組上。 自動放置表示資源會配置在專用主機上,而 Azure 會在專用主機群組下選擇。 未提供時,此值預設為 『false』。 API 版本下限:2020-06-01。 |
bool |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Azure 專用主機 |
這會使用 Azure 專用主機來部署隔離的環境,讓您布建 VM。 |
ARM 樣本資源定義
hostGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/hostGroups 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Compute/hostGroups",
"apiVersion": "2020-12-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"platformFaultDomainCount": "int",
"supportAutomaticPlacement": "bool"
},
"zones": [ "string" or int ]
}
屬性值
hostGroups
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Compute/hostGroups' |
apiVersion | 資源 API 版本 | '2020-12-01' |
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
性能 | 專用主機群組屬性。 | DedicatedHostGroupProperties |
區 | 要用於此主機群組的可用性區域。 僅支援單一區域。 區域只能在建立期間指派。 如果未提供,群組支援該區域中的所有區域。 如果提供,則會強制群組中的每個主機位於相同的區域中。 | 可用性區域陣列做為字串或int。 |
DedicatedHostGroupProperties
名字 | 描述 | 價值 |
---|---|---|
platformFaultDomainCount | 主機群組可以跨越的容錯網域數目。 | int (必要) 約束: 最小值 = 1 |
supportAutomaticPlacement | 指定虛擬機或虛擬機擴展集是否可以自動放在專用主機群組上。 自動放置表示資源會配置在專用主機上,而 Azure 會在專用主機群組下選擇。 未提供時,此值預設為 『false』。 API 版本下限:2020-06-01。 |
bool |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Azure 專用主機 |
這會使用 Azure 專用主機來部署隔離的環境,讓您布建 VM。 |
Terraform (AzAPI 提供者) 資源定義
hostGroups 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/hostGroups 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/hostGroups@2020-12-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
platformFaultDomainCount = int
supportAutomaticPlacement = bool
}
zones = [
"string" or int
]
})
}
屬性值
hostGroups
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Compute/hostGroups@2020-12-01” |
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
parent_id | 若要部署至資源群組,請使用該資源群組的標識碼。 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
性能 | 專用主機群組屬性。 | DedicatedHostGroupProperties |
區 | 要用於此主機群組的可用性區域。 僅支援單一區域。 區域只能在建立期間指派。 如果未提供,群組支援該區域中的所有區域。 如果提供,則會強制群組中的每個主機位於相同的區域中。 | 可用性區域陣列做為字串或int。 |
DedicatedHostGroupProperties
名字 | 描述 | 價值 |
---|---|---|
platformFaultDomainCount | 主機群組可以跨越的容錯網域數目。 | int (必要) 約束: 最小值 = 1 |
supportAutomaticPlacement | 指定虛擬機或虛擬機擴展集是否可以自動放在專用主機群組上。 自動放置表示資源會配置在專用主機上,而 Azure 會在專用主機群組下選擇。 未提供時,此值預設為 『false』。 API 版本下限:2020-06-01。 |
bool |