Microsoft.Compute proximityPlacementGroups 2024-07-01
Bicep 資源定義
proximityPlacementGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/proximityPlacementGroups 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Compute/proximityPlacementGroups@2024-07-01' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
properties: {
colocationStatus: {
code: 'string'
displayStatus: 'string'
level: 'string'
message: 'string'
time: 'string'
}
intent: {
vmSizes: [
'string'
]
}
proximityPlacementGroupType: 'string'
}
zones: [
'string' or int
]
}
屬性值
proximityPlacementGroups
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
性能 | 描述鄰近放置群組的屬性。 | ProximityPlacementGroupProperties |
區 | 指定可以建立與鄰近放置群組相關聯的虛擬機、虛擬機擴展集或可用性設定組的可用性區域。 | 可用性區域陣列做為字串或int。 |
ProximityPlacementGroupProperties
名字 | 描述 | 價值 |
---|---|---|
colocationStatus | 描述鄰近放置群組的共置狀態。 | InstanceViewStatus |
意圖 | 指定鄰近放置群組的用戶意圖。 | ProximityPlacementGroupPropertiesIntent |
proximityPlacementGroupType | 指定鄰近放置群組的類型。 可能的值為:Standard:在 Azure 區域或可用性區域內共置資源。 Ultra:供日後使用。 | 'Standard' 'Ultra' |
InstanceViewStatus
名字 | 描述 | 價值 |
---|---|---|
法典 | 狀態代碼。 | 字串 |
displayStatus | 狀態的簡短可當地語系化標籤。 | 字串 |
水準 | 層級程序代碼。 | 'Error' 'Info' 'Warning' |
消息 | 詳細的狀態消息,包括警示和錯誤訊息。 | 字串 |
時間 | 狀態的時間。 | 字串 |
ProximityPlacementGroupPropertiesIntent
名字 | 描述 | 價值 |
---|---|---|
vmSizes | 指定可在鄰近放置群組中建立之虛擬機的可能大小。 | string[] |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
連結範例的參數化部署範例 |
此範例範本會將多層資源部署到 Azure 資源群組。 每一層都有可設定的元素,以示範如何將參數化公開給使用者。 |
ARM 樣本資源定義
proximityPlacementGroups 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/proximityPlacementGroups 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Compute/proximityPlacementGroups",
"apiVersion": "2024-07-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"colocationStatus": {
"code": "string",
"displayStatus": "string",
"level": "string",
"message": "string",
"time": "string"
},
"intent": {
"vmSizes": [ "string" ]
},
"proximityPlacementGroupType": "string"
},
"zones": [ "string" or int ]
}
屬性值
proximityPlacementGroups
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Compute/proximityPlacementGroups' |
apiVersion | 資源 API 版本 | '2024-07-01' |
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
性能 | 描述鄰近放置群組的屬性。 | ProximityPlacementGroupProperties |
區 | 指定可以建立與鄰近放置群組相關聯的虛擬機、虛擬機擴展集或可用性設定組的可用性區域。 | 可用性區域陣列做為字串或int。 |
ProximityPlacementGroupProperties
名字 | 描述 | 價值 |
---|---|---|
colocationStatus | 描述鄰近放置群組的共置狀態。 | InstanceViewStatus |
意圖 | 指定鄰近放置群組的用戶意圖。 | ProximityPlacementGroupPropertiesIntent |
proximityPlacementGroupType | 指定鄰近放置群組的類型。 可能的值為:Standard:在 Azure 區域或可用性區域內共置資源。 Ultra:供日後使用。 | 'Standard' 'Ultra' |
InstanceViewStatus
名字 | 描述 | 價值 |
---|---|---|
法典 | 狀態代碼。 | 字串 |
displayStatus | 狀態的簡短可當地語系化標籤。 | 字串 |
水準 | 層級程序代碼。 | 'Error' 'Info' 'Warning' |
消息 | 詳細的狀態消息,包括警示和錯誤訊息。 | 字串 |
時間 | 狀態的時間。 | 字串 |
ProximityPlacementGroupPropertiesIntent
名字 | 描述 | 價值 |
---|---|---|
vmSizes | 指定可在鄰近放置群組中建立之虛擬機的可能大小。 | string[] |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
連結範例的參數化部署範例 |
此範例範本會將多層資源部署到 Azure 資源群組。 每一層都有可設定的元素,以示範如何將參數化公開給使用者。 |
Terraform (AzAPI 提供者) 資源定義
proximityPlacementGroups 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Compute/proximityPlacementGroups 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/proximityPlacementGroups@2024-07-01"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
colocationStatus = {
code = "string"
displayStatus = "string"
level = "string"
message = "string"
time = "string"
}
intent = {
vmSizes = [
"string"
]
}
proximityPlacementGroupType = "string"
}
zones = [
"string" or int
]
})
}
屬性值
proximityPlacementGroups
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Compute/proximityPlacementGroups@2024-07-01” |
名字 | 資源名稱 | 字串 (必要) |
位置 | 資源位置 | 字串 (必要) |
parent_id | 若要部署至資源群組,請使用該資源群組的標識碼。 | 字串 (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
性能 | 描述鄰近放置群組的屬性。 | ProximityPlacementGroupProperties |
區 | 指定可以建立與鄰近放置群組相關聯的虛擬機、虛擬機擴展集或可用性設定組的可用性區域。 | 可用性區域陣列做為字串或int。 |
ProximityPlacementGroupProperties
名字 | 描述 | 價值 |
---|---|---|
colocationStatus | 描述鄰近放置群組的共置狀態。 | InstanceViewStatus |
意圖 | 指定鄰近放置群組的用戶意圖。 | ProximityPlacementGroupPropertiesIntent |
proximityPlacementGroupType | 指定鄰近放置群組的類型。 可能的值為:Standard:在 Azure 區域或可用性區域內共置資源。 Ultra:供日後使用。 | “Standard” “Ultra” |
InstanceViewStatus
名字 | 描述 | 價值 |
---|---|---|
法典 | 狀態代碼。 | 字串 |
displayStatus | 狀態的簡短可當地語系化標籤。 | 字串 |
水準 | 層級程序代碼。 | “Error” “Info” “Warning” |
消息 | 詳細的狀態消息,包括警示和錯誤訊息。 | 字串 |
時間 | 狀態的時間。 | 字串 |
ProximityPlacementGroupPropertiesIntent
名字 | 描述 | 價值 |
---|---|---|
vmSizes | 指定可在鄰近放置群組中建立之虛擬機的可能大小。 | string[] |