你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.Portal 仪表板 2019-01-01-preview
有关创建仪表板的详细信息,请参阅 Azure 仪表板的结构。
Bicep 资源定义
可以使用目标操作部署仪表板资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Portal/dashboards 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.Portal/dashboards@2019-01-01-preview' = {
location: 'string'
name: 'string'
properties: {
lenses: {
{customized property}: {
metadata: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
order: int
parts: {
{customized property}: {
metadata: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
position: {
colSpan: int
metadata: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
rowSpan: int
x: int
y: int
}
}
}
}
}
metadata: {
{customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
tags: {
{customized property}: 'string'
}
}
属性值
DashboardLens
DashboardLensParts
DashboardParts
DashboardPartsPosition
名字 |
描述 |
价值 |
colSpan |
仪表板的部件列范围。 |
int (必需) |
元数据 |
仪表板部件的元数据。 |
DashboardPartsPositionMetadata |
rowSpan |
仪表板的部件行范围。 |
int (必需) |
x |
仪表板的第 x 部分坐标。 |
int (必需) |
y |
仪表板的部分 y 坐标。 |
int (必需) |
DashboardProperties
DashboardPropertiesLenses
Microsoft.Portal/dashboards
名字 |
描述 |
价值 |
位置 |
资源位置 |
string (必需) |
名字 |
资源名称 |
字符串
约束: 最小长度 = 3 最大长度 = 3 (必需) |
性能 |
共享仪表板属性。 |
DashboardProperties |
标签 |
资源标记 |
标记名称和值的字典。 请参阅模板 中的 标记 |
快速入门示例
以下快速入门示例部署此资源类型。
ARM 模板资源定义
可以使用目标操作部署仪表板资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Portal/dashboards 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.Portal/dashboards",
"apiVersion": "2019-01-01-preview",
"name": "string",
"location": "string",
"properties": {
"lenses": {
"{customized property}": {
"metadata": {
"{customized property}": {}
},
"order": "int",
"parts": {
"{customized property}": {
"metadata": {
"{customized property}": {}
},
"position": {
"colSpan": "int",
"metadata": {
"{customized property}": {}
},
"rowSpan": "int",
"x": "int",
"y": "int"
}
}
}
}
},
"metadata": {
"{customized property}": {}
}
},
"tags": {
"{customized property}": "string"
}
}
属性值
DashboardLens
DashboardLensParts
DashboardParts
DashboardPartsPosition
名字 |
描述 |
价值 |
colSpan |
仪表板的部件列范围。 |
int (必需) |
元数据 |
仪表板部件的元数据。 |
DashboardPartsPositionMetadata |
rowSpan |
仪表板的部件行范围。 |
int (必需) |
x |
仪表板的第 x 部分坐标。 |
int (必需) |
y |
仪表板的部分 y 坐标。 |
int (必需) |
DashboardProperties
DashboardPropertiesLenses
Microsoft.Portal/dashboards
名字 |
描述 |
价值 |
apiVersion |
API 版本 |
'2019-01-01-preview' |
位置 |
资源位置 |
string (必需) |
名字 |
资源名称 |
字符串
约束: 最小长度 = 3 最大长度 = 3 (必需) |
性能 |
共享仪表板属性。 |
DashboardProperties |
标签 |
资源标记 |
标记名称和值的字典。 请参阅模板 中的 标记 |
类型 |
资源类型 |
“Microsoft.Portal/dashboards” |
快速入门模板
以下快速入门模板部署此资源类型。
可以使用目标操作部署仪表板资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.Portal/dashboards 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Portal/dashboards@2019-01-01-preview"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
lenses = {
{customized property} = {
metadata = {
{customized property} = ?
}
order = int
parts = {
{customized property} = {
metadata = {
{customized property} = ?
}
position = {
colSpan = int
metadata = {
{customized property} = ?
}
rowSpan = int
x = int
y = int
}
}
}
}
}
metadata = {
{customized property} = ?
}
}
})
}
属性值
DashboardLens
DashboardLensParts
DashboardParts
DashboardPartsPosition
名字 |
描述 |
价值 |
colSpan |
仪表板的部件列范围。 |
int (必需) |
元数据 |
仪表板部件的元数据。 |
DashboardPartsPositionMetadata |
rowSpan |
仪表板的部件行范围。 |
int (必需) |
x |
仪表板的第 x 部分坐标。 |
int (必需) |
y |
仪表板的部分 y 坐标。 |
int (必需) |
DashboardProperties
DashboardPropertiesLenses
Microsoft.Portal/dashboards
名字 |
描述 |
价值 |
位置 |
资源位置 |
string (必需) |
名字 |
资源名称 |
字符串
约束: 最小长度 = 3 最大长度 = 3 (必需) |
性能 |
共享仪表板属性。 |
DashboardProperties |
标签 |
资源标记 |
标记名称和值的字典。 |
类型 |
资源类型 |
“Microsoft.Portal/dashboards@2019-01-01-preview” |