共用方式為


Microsoft.HDInsight 叢集集集池 2023-06-01-preview

Bicep 資源定義

叢集集資源類型可以使用目標作業來部署:

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

資源格式

若要建立 Microsoft.HDInsight/clusterpools 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.HDInsight/clusterpools@2023-06-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    clusterPoolProfile: {
      clusterPoolVersion: 'string'
    }
    computeProfile: {
      vmSize: 'string'
    }
    logAnalyticsProfile: {
      enabled: bool
      workspaceId: 'string'
    }
    managedResourceGroupName: 'string'
    networkProfile: {
      subnetId: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ClusterPoolResourceProperties

名字 描述 價值
clusterPoolProfile CLuster 集區配置檔。 ClusterPoolResourcePropertiesClusterPoolProfile
computeProfile CLuster 集區計算配置檔。 ClusterPoolResourcePropertiesComputeProfile (必要)
logAnalyticsProfile 叢集集區記錄分析配置檔,以啟用 AKS 叢集的 OMS 代理程式。 ClusterPoolResourcePropertiesLogAnalyticsProfile
managedResourceGroupName 由 RP 建立的資源群組,用來保存 RP 代表客戶建立的資源。 它也會用來依模式產生 aksManagedResourceGroupName:MC_{managedResourceGroupName}{clusterPoolName}{region}。 請確定它符合資源組名限制。 字串

約束:
最小長度 = 1
最大長度 = 1
networkProfile 叢集集區網路配置檔。 ClusterPoolResourcePropertiesNetworkProfile

ClusterPoolResourcePropertiesClusterPoolProfile

名字 描述 價值
clusterPoolVersion 叢集集區版本為 2 部分版本。 字串

約束:
模式 = ^(0|[1-9][0-9]{0,18})\.(0|[1-9][0-9]{0,18})$ (必要)

ClusterPoolResourcePropertiesComputeProfile

名字 描述 價值
vmSize 虛擬機 SKU。 字串

約束:
模式 = ^[a-zA-Z0-9_\-]{0,256}$ (必要)

ClusterPoolResourcePropertiesLogAnalyticsProfile

名字 描述 價值
啟用 如果叢集集區已啟用記錄分析,則為 True,否則為 false。 布林 (必要)
workspaceId 要與 OMS 代理程式建立關聯的 Log Analytics 工作區。 字串

ClusterPoolResourcePropertiesNetworkProfile

名字 描述 價值
subnetId 叢集集區子網資源標識碼。 字串 (必要)

Microsoft.HDInsight/clusterpools

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 取得或設定屬性。 定義叢集集區特定屬性。 ClusterPoolResourceProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

TrackedResourceTags

名字 描述 價值

ARM 樣本資源定義

叢集集資源類型可以使用目標作業來部署:

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

資源格式

若要建立 Microsoft.HDInsight/clusterpools 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.HDInsight/clusterpools",
  "apiVersion": "2023-06-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "clusterPoolProfile": {
      "clusterPoolVersion": "string"
    },
    "computeProfile": {
      "vmSize": "string"
    },
    "logAnalyticsProfile": {
      "enabled": "bool",
      "workspaceId": "string"
    },
    "managedResourceGroupName": "string",
    "networkProfile": {
      "subnetId": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

ClusterPoolResourceProperties

名字 描述 價值
clusterPoolProfile CLuster 集區配置檔。 ClusterPoolResourcePropertiesClusterPoolProfile
computeProfile CLuster 集區計算配置檔。 ClusterPoolResourcePropertiesComputeProfile (必要)
logAnalyticsProfile 叢集集區記錄分析配置檔,以啟用 AKS 叢集的 OMS 代理程式。 ClusterPoolResourcePropertiesLogAnalyticsProfile
managedResourceGroupName 由 RP 建立的資源群組,用來保存 RP 代表客戶建立的資源。 它也會用來依模式產生 aksManagedResourceGroupName:MC_{managedResourceGroupName}{clusterPoolName}{region}。 請確定它符合資源組名限制。 字串

約束:
最小長度 = 1
最大長度 = 1
networkProfile 叢集集區網路配置檔。 ClusterPoolResourcePropertiesNetworkProfile

ClusterPoolResourcePropertiesClusterPoolProfile

名字 描述 價值
clusterPoolVersion 叢集集區版本為 2 部分版本。 字串

約束:
模式 = ^(0|[1-9][0-9]{0,18})\.(0|[1-9][0-9]{0,18})$ (必要)

ClusterPoolResourcePropertiesComputeProfile

名字 描述 價值
vmSize 虛擬機 SKU。 字串

約束:
模式 = ^[a-zA-Z0-9_\-]{0,256}$ (必要)

ClusterPoolResourcePropertiesLogAnalyticsProfile

名字 描述 價值
啟用 如果叢集集區已啟用記錄分析,則為 True,否則為 false。 布林 (必要)
workspaceId 要與 OMS 代理程式建立關聯的 Log Analytics 工作區。 字串

ClusterPoolResourcePropertiesNetworkProfile

名字 描述 價值
subnetId 叢集集區子網資源標識碼。 字串 (必要)

Microsoft.HDInsight/clusterpools

名字 描述 價值
apiVersion API 版本 '2023-06-01-preview'
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 取得或設定屬性。 定義叢集集區特定屬性。 ClusterPoolResourceProperties
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.HDInsight/clusterpools'

TrackedResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

叢集集資源類型可以使用目標作業來部署:

  • 資源群組

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

資源格式

若要建立 Microsoft.HDInsight/clusterpools 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.HDInsight/clusterpools@2023-06-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      clusterPoolProfile = {
        clusterPoolVersion = "string"
      }
      computeProfile = {
        vmSize = "string"
      }
      logAnalyticsProfile = {
        enabled = bool
        workspaceId = "string"
      }
      managedResourceGroupName = "string"
      networkProfile = {
        subnetId = "string"
      }
    }
  })
}

屬性值

ClusterPoolResourceProperties

名字 描述 價值
clusterPoolProfile CLuster 集區配置檔。 ClusterPoolResourcePropertiesClusterPoolProfile
computeProfile CLuster 集區計算配置檔。 ClusterPoolResourcePropertiesComputeProfile (必要)
logAnalyticsProfile 叢集集區記錄分析配置檔,以啟用 AKS 叢集的 OMS 代理程式。 ClusterPoolResourcePropertiesLogAnalyticsProfile
managedResourceGroupName 由 RP 建立的資源群組,用來保存 RP 代表客戶建立的資源。 它也會用來依模式產生 aksManagedResourceGroupName:MC_{managedResourceGroupName}{clusterPoolName}{region}。 請確定它符合資源組名限制。 字串

約束:
最小長度 = 1
最大長度 = 1
networkProfile 叢集集區網路配置檔。 ClusterPoolResourcePropertiesNetworkProfile

ClusterPoolResourcePropertiesClusterPoolProfile

名字 描述 價值
clusterPoolVersion 叢集集區版本為 2 部分版本。 字串

約束:
模式 = ^(0|[1-9][0-9]{0,18})\.(0|[1-9][0-9]{0,18})$ (必要)

ClusterPoolResourcePropertiesComputeProfile

名字 描述 價值
vmSize 虛擬機 SKU。 字串

約束:
模式 = ^[a-zA-Z0-9_\-]{0,256}$ (必要)

ClusterPoolResourcePropertiesLogAnalyticsProfile

名字 描述 價值
啟用 如果叢集集區已啟用記錄分析,則為 True,否則為 false。 布林 (必要)
workspaceId 要與 OMS 代理程式建立關聯的 Log Analytics 工作區。 字串

ClusterPoolResourcePropertiesNetworkProfile

名字 描述 價值
subnetId 叢集集區子網資源標識碼。 字串 (必要)

Microsoft.HDInsight/clusterpools

名字 描述 價值
位置 資源所在的地理位置 字串 (必要)
名字 資源名稱 字串 (必要)
性能 取得或設定屬性。 定義叢集集區特定屬性。 ClusterPoolResourceProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.HDInsight/clusterpools@2023-06-01-preview”

TrackedResourceTags

名字 描述 價值