Microsoft.Kusto 叢集 2018-09-07-preview
Bicep 資源定義
叢集資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Kusto/clusters 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Kusto/clusters@2018-09-07-preview' = {
location: 'string'
name: 'string'
properties: {
trustedExternalTenants: [
{
value: 'string'
}
]
}
sku: {
capacity: int
name: 'string'
tier: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
AzureSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'D13_v2' 'D14_v2' 'KC16' 'KC8' 'KS16' 'KS8' 'L16' 'L8' (必要) |
層 | SKU 層。 | 'Standard' (必要) |
ClusterProperties
名字 | 描述 | 價值 |
---|---|---|
trustedExternalTenants | 叢集的外部租使用者。 | TrustedExternalTenant[] |
Microsoft.Kusto/clusters
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 代表 Kusto 叢集屬性的類別。 | ClusterProperties |
sku | 叢集的 SKU。 | AzureSku (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
TrustedExternalTenant
名字 | 描述 | 價值 |
---|---|---|
價值 | 代表外部租使用者的 GUID。 | 字串 |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
Azure Digital Twins 與時間數據歷程記錄連線 | 此範本會建立以時間序列數據歷程記錄連線設定的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure 數據總管叢集和資料庫。 數據會傳送至事件中樞,該中樞最終會將數據轉送至 Azure 數據總管叢集。 數據會儲存在叢集中的資料庫數據表中 |
建立資料庫監看員 | 此範例會建立 Azure SQL 的資料庫監看員,並設定其數據存放區、SQL 目標和受控私人端點 |
使用 Cosmos DB 連線部署 Azure 數據總管 DB | 使用 Cosmos DB 連線部署 Azure 數據總管 DB。 |
使用事件方格連線部署 Azure 數據總管資料庫 | 使用事件方格聯機部署 Azure 數據總管資料庫。 |
使用事件中樞連線部署 Azure 數據總管資料庫 | 使用事件中樞連線部署 Azure 數據總管資料庫。 |
ARM 樣本資源定義
叢集資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Kusto/clusters 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Kusto/clusters",
"apiVersion": "2018-09-07-preview",
"name": "string",
"location": "string",
"properties": {
"trustedExternalTenants": [
{
"value": "string"
}
]
},
"sku": {
"capacity": "int",
"name": "string",
"tier": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
AzureSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'D13_v2' 'D14_v2' 'KC16' 'KC8' 'KS16' 'KS8' 'L16' 'L8' (必要) |
層 | SKU 層。 | 'Standard' (必要) |
ClusterProperties
名字 | 描述 | 價值 |
---|---|---|
trustedExternalTenants | 叢集的外部租使用者。 | TrustedExternalTenant[] |
Microsoft.Kusto/clusters
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2018-09-07-preview' |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 代表 Kusto 叢集屬性的類別。 | ClusterProperties |
sku | 叢集的 SKU。 | AzureSku (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Kusto/clusters' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
TrustedExternalTenant
名字 | 描述 | 價值 |
---|---|---|
價值 | 代表外部租使用者的 GUID。 | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Azure Digital Twins 與時間數據歷程記錄連線 |
此範本會建立以時間序列數據歷程記錄連線設定的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure 數據總管叢集和資料庫。 數據會傳送至事件中樞,該中樞最終會將數據轉送至 Azure 數據總管叢集。 數據會儲存在叢集中的資料庫數據表中 |
建立叢集資料庫 |
此範本可讓您建立叢集和資料庫。 |
建立資料庫監看員 |
此範例會建立 Azure SQL 的資料庫監看員,並設定其數據存放區、SQL 目標和受控私人端點 |
將 Azure 數據總管叢集部署到 VNet |
此範本可讓您將叢集部署至 VNet。 |
使用 Cosmos DB 連線部署 Azure 數據總管 DB |
使用 Cosmos DB 連線部署 Azure 數據總管 DB。 |
使用事件方格連線部署 Azure 數據總管資料庫 |
使用事件方格聯機部署 Azure 數據總管資料庫。 |
使用事件中樞連線部署 Azure 數據總管資料庫 |
使用事件中樞連線部署 Azure 數據總管資料庫。 |
Terraform (AzAPI 提供者) 資源定義
叢集資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Kusto/clusters 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Kusto/clusters@2018-09-07-preview"
name = "string"
location = "string"
sku = {
capacity = int
name = "string"
tier = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
trustedExternalTenants = [
{
value = "string"
}
]
}
})
}
屬性值
AzureSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'D13_v2' 'D14_v2' 'KC16' 'KC8' 'KS16' 'KS8' 'L16' 'L8' (必要) |
層 | SKU 層。 | 'Standard' (必要) |
ClusterProperties
名字 | 描述 | 價值 |
---|---|---|
trustedExternalTenants | 叢集的外部租使用者。 | TrustedExternalTenant[] |
Microsoft.Kusto/clusters
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 (必要) |
性能 | 代表 Kusto 叢集屬性的類別。 | ClusterProperties |
sku | 叢集的 SKU。 | AzureSku (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Kusto/clusters@2018-09-07-preview” |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
TrustedExternalTenant
名字 | 描述 | 價值 |
---|---|---|
價值 | 代表外部租使用者的 GUID。 | 字串 |