共用方式為


Microsoft.EventHub 命名空間

Bicep 資源定義

命名空間資源類型可以使用目標作業來部署:

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

資源格式

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

resource symbolicname 'Microsoft.EventHub/namespaces@2024-01-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  sku: {
    capacity: int
    name: 'string'
    tier: 'string'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  properties: {
    alternateName: 'string'
    clusterArmId: 'string'
    disableLocalAuth: bool
    encryption: {
      keySource: 'Microsoft.KeyVault'
      keyVaultProperties: [
        {
          identity: {
            userAssignedIdentity: 'string'
          }
          keyName: 'string'
          keyVaultUri: 'string'
          keyVersion: 'string'
        }
      ]
      requireInfrastructureEncryption: bool
    }
    isAutoInflateEnabled: bool
    kafkaEnabled: bool
    maximumThroughputUnits: int
    minimumTlsVersion: 'string'
    privateEndpointConnections: [
      {
        properties: {
          privateEndpoint: {
            id: 'string'
          }
          privateLinkServiceConnectionState: {
            description: 'string'
            status: 'string'
          }
          provisioningState: 'string'
        }
      }
    ]
    publicNetworkAccess: 'string'
    zoneRedundant: bool
  }
}

屬性值

namespaces

名字 描述 價值
名字 資源名稱 字串 (必要)

字元限制:6-50

合法字元:
英數位元和連字元。

以字母開頭。 結尾為字母或數位。

資源名稱在整個 Azure 中必須是唯一的。
位置 資源位置。 字串
標籤 資源標籤。 標記名稱和值的字典。 請參閱範本中的 標籤
sku SKU 資源的屬性 Sku
身份 BYOK 身分識別描述的屬性 身分識別
性能 Namespace為建立命名空間作業提供的屬性。 EHNamespaceProperties

身份

名字 描述 價值
類型 受控服務識別的類型。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 使用者指派身分識別的屬性 IdentityUserAssignedIdentities

IdentityUserAssignedIdentities

名字 描述 價值
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含在部署期間設定的任何屬性。 所有屬性都是 ReadOnly。

EHNamespaceProperties

名字 描述 價值
alternateName 別名和命名空間名稱相同時指定的替代名稱。 字串
clusterArmId Namespace的叢集 ARM 標識碼。 字串
disableLocalAuth 此屬性會停用事件中樞命名空間的 SAS 驗證。 bool
加密 BYOK 加密描述的屬性 加密
isAutoInflateEnabled 值,指出是否為 eventhub 命名空間啟用 AutoInflate。 bool
kafkaEnabled 值,指出是否為 eventhub 命名空間啟用 Kafka。 bool
maximumThroughputUnits 啟用 AutoInflate 時輸送量單位的上限,值應該在 0 到 20 個輸送量單位內。 (如果 AutoInflateEnabled = true, '0' int

約束:
最小值 = 0
minimumTlsVersion 叢集支援的最低 TLS 版本,例如 '1.2' '1.0'
'1.1'
'1.2'
privateEndpointConnections 私人端點連線的清單。 PrivateEndpointConnection[]
publicNetworkAccess 這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 'Disabled'
'Enabled'
'SecuredByPerimeter'
zoneRedundant 啟用此屬性會在支援的可用性區域中建立標準事件中樞Namespace。 bool

加密

名字 描述 價值
keySource 列舉 Encryption 的 keySource 可能值 'Microsoft.KeyVault'
keyVaultProperties KeyVault 的屬性 KeyVaultProperties[]
requireInfrastructureEncryption 開啟基礎結構加密 (雙重加密) bool

KeyVaultProperties

名字 描述 價值
身份 UserAssignedIdentityProperties
keyName KeyVault 中的金鑰名稱 字串
keyVaultUri KeyVault 的 URI 字串
keyVersion 金鑰版本 字串

UserAssignedIdentityProperties

名字 描述 價值
userAssignedIdentity 為加密選取的使用者身分識別的 ARM 識別碼 字串

PrivateEndpointConnection

名字 描述 價值
性能 PrivateEndpointConnection 的屬性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 此連線的私人端點資源。 PrivateEndpoint
privateLinkServiceConnectionState 線上狀態的詳細數據。 ConnectionState
provisioningState 私人端點聯機的布建狀態。 'Canceled'
'Creating'
'刪除'
'Failed'
'Succeeded'
'Updateing'

PrivateEndpoint

名字 描述 價值
id 私人端點的ARM標識碼。 字串

ConnectionState

名字 描述 價值
描述 連接狀態的描述。 字串
地位 線上的狀態。 「已核准」
'Disconnected'
'Pending'
'Rejected'

Sku

名字 描述 價值
能力 基本層或標準層的事件中樞輸送量單位,其中值應為 0 到 20 個輸送量單位。 進階層的事件中樞進階單位,其中值應為 0 到 10 個進階單位。 int

約束:
最小值 = 0
名字 此 SKU 的名稱。 'Basic'
'Premium'
'Standard' (必要)
這個特定 SKU 的計費層。 'Basic'
'Premium'
'Standard'

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
適用於 Azure 事件中樞的 PubNub 即時閘道

部署至 Azure
適用於 Azure 的 PubNub 即時閘道提供 PubNub 資料流網路與 Azure 事件中樞之間的即時數據流網橋。 -- 將其視為 PubNub 與 Azure 之間的雙向網橋!
在 Azure 架構上部署體育分析

部署至 Azure
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Moesif API分析和獲利

部署至 Azure
此範本會將來自 Azure API 管理的 API 呼叫記錄至 Moesif API 分析和獲利平臺
Azure Digital Twins 與時間數據歷程記錄連線

部署至 Azure
此範本會建立以時間序列數據歷程記錄連線設定的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure 數據總管叢集和資料庫。 數據會傳送至事件中樞,該中樞最終會將數據轉送至 Azure 數據總管叢集。 數據會儲存在叢集中的資料庫數據表中
建立事件方格自定義主題和事件中樞處理程式

部署至 Azure
建立 Azure 事件方格自定義主題和事件中樞來處理事件。
建立 EventHubs 命名空間、事件中樞、& 取用者群組

部署至 Azure
此範本可讓您部署事件中樞標準命名空間、事件中樞和取用者群組。
建立 EventHubs authorizationRules

部署至 Azure
此範本可讓您部署 EventHubs Standard 命名空間、事件中樞、取用者群組和 authorizationRules
建立 Eventhub 命名空間和異地復原設定

部署至 Azure
此範本可讓您使用基本/標準 SKU 來部署服務總線命名空間。
建立 Eventhub 命名空間 IP 篩選規則

部署至 Azure
此範本可讓您使用IP篩選規則來部署服務總線進階命名空間
建立事件中樞命名空間虛擬網路規則

部署至 Azure
此範本可讓您使用虛擬網路規則部署事件中樞標準命名空間
在叢集 中建立事件中樞叢集 & 名稱

部署至 Azure
此範本可讓您在叢集中建立 EventHubs 叢集和命名空間
建立 Eventhub 叢集、nameapce & eventhub

部署至 Azure
此範本可讓您在叢集中建立 EventHubs 叢集、命名空間和 eventhub
建立已啟用擷取的 EventHubs

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間,並在其中啟用擷取
建立已啟用擷取的 EventHubs

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間,並在其中啟用擷取
建立 EventHubs 命名空間,並啟用自動擴充

部署至 Azure
此範本可讓您部署事件中樞標準命名空間、事件中樞和取用者群組。此範本也會開啟命名空間上的自動擴充功能。
建立事件中樞

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間。
透過私人端點連線到事件中樞命名空間

部署至 Azure
此範例示範如何使用設定虛擬網路和私人 DNS 區域,透過私人端點存取事件中樞命名空間。
部署 MedTech 服務

部署至 Azure
MedTech 服務是 Azure Health Data Services 的其中一個,其設計目的是從多個裝置內嵌裝置數據,將裝置數據轉換成 FHIR 觀察,然後保存在 Azure Health Data Services FHIR 服務中。
部署 MedTech 服務,包括 Azure IoT 中樞

部署至 Azure
MedTech 服務是 Azure Health Data Services 的其中一個,其設計目的是從多個裝置內嵌裝置數據,將裝置數據轉換成 FHIR 觀察,然後保存在 Azure Health Data Services FHIR 服務中。
使用事件方格連線部署 Azure 數據總管資料庫

部署至 Azure
使用事件方格聯機部署 Azure 數據總管資料庫。
使用事件中樞連線部署 Azure 數據總管資料庫

部署至 Azure
使用事件中樞連線部署 Azure 數據總管資料庫。
使用寫入事件中樞的稽核 Azure SQL Server

部署至 Azure
此範本可讓您部署已啟用稽核的 Azure SQL 伺服器,以將稽核記錄寫入事件中樞
建立已設定傳送記錄和計量的 SQL MI

部署至 Azure
此範本可讓您部署用於儲存記錄和計量的 SQL MI 和其他資源(診斷工作區、記憶體帳戶、事件中樞)。
使用事件中樞事件來源建立環境

部署至 Azure
此範本可讓您部署已設定為取用事件中樞事件的時間序列深入解析環境。
使用事件中樞和受控識別 Azure 函式應用程式

部署至 Azure
他的範本會在Linux取用方案上布建 Azure 函式應用程式,以及事件中樞、Azure 記憶體和 Application Insights。 函式應用程式可以使用受控識別來連線到事件中樞和記憶體帳戶

ARM 樣本資源定義

命名空間資源類型可以使用目標作業來部署:

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

資源格式

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

{
  "type": "Microsoft.EventHub/namespaces",
  "apiVersion": "2024-01-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "sku": {
    "capacity": "int",
    "name": "string",
    "tier": "string"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {}
    }
  },
  "properties": {
    "alternateName": "string",
    "clusterArmId": "string",
    "disableLocalAuth": "bool",
    "encryption": {
      "keySource": "Microsoft.KeyVault",
      "keyVaultProperties": [
        {
          "identity": {
            "userAssignedIdentity": "string"
          },
          "keyName": "string",
          "keyVaultUri": "string",
          "keyVersion": "string"
        }
      ],
      "requireInfrastructureEncryption": "bool"
    },
    "isAutoInflateEnabled": "bool",
    "kafkaEnabled": "bool",
    "maximumThroughputUnits": "int",
    "minimumTlsVersion": "string",
    "privateEndpointConnections": [
      {
        "properties": {
          "privateEndpoint": {
            "id": "string"
          },
          "privateLinkServiceConnectionState": {
            "description": "string",
            "status": "string"
          },
          "provisioningState": "string"
        }
      }
    ],
    "publicNetworkAccess": "string",
    "zoneRedundant": "bool"
  }
}

屬性值

namespaces

名字 描述 價值
類型 資源類型 'Microsoft.EventHub/namespaces'
apiVersion 資源 API 版本 '2024-01-01'
名字 資源名稱 字串 (必要)

字元限制:6-50

合法字元:
英數位元和連字元。

以字母開頭。 結尾為字母或數位。

資源名稱在整個 Azure 中必須是唯一的。
位置 資源位置。 字串
標籤 資源標籤。 標記名稱和值的字典。 請參閱範本中的 標籤
sku SKU 資源的屬性 Sku
身份 BYOK 身分識別描述的屬性 身分識別
性能 Namespace為建立命名空間作業提供的屬性。 EHNamespaceProperties

身份

名字 描述 價值
類型 受控服務識別的類型。 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'
userAssignedIdentities 使用者指派身分識別的屬性 IdentityUserAssignedIdentities

IdentityUserAssignedIdentities

名字 描述 價值
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含在部署期間設定的任何屬性。 所有屬性都是 ReadOnly。

EHNamespaceProperties

名字 描述 價值
alternateName 別名和命名空間名稱相同時指定的替代名稱。 字串
clusterArmId Namespace的叢集 ARM 標識碼。 字串
disableLocalAuth 此屬性會停用事件中樞命名空間的 SAS 驗證。 bool
加密 BYOK 加密描述的屬性 加密
isAutoInflateEnabled 值,指出是否為 eventhub 命名空間啟用 AutoInflate。 bool
kafkaEnabled 值,指出是否為 eventhub 命名空間啟用 Kafka。 bool
maximumThroughputUnits 啟用 AutoInflate 時輸送量單位的上限,值應該在 0 到 20 個輸送量單位內。 (如果 AutoInflateEnabled = true, '0' int

約束:
最小值 = 0
minimumTlsVersion 叢集支援的最低 TLS 版本,例如 '1.2' '1.0'
'1.1'
'1.2'
privateEndpointConnections 私人端點連線的清單。 PrivateEndpointConnection[]
publicNetworkAccess 這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 'Disabled'
'Enabled'
'SecuredByPerimeter'
zoneRedundant 啟用此屬性會在支援的可用性區域中建立標準事件中樞Namespace。 bool

加密

名字 描述 價值
keySource 列舉 Encryption 的 keySource 可能值 'Microsoft.KeyVault'
keyVaultProperties KeyVault 的屬性 KeyVaultProperties[]
requireInfrastructureEncryption 開啟基礎結構加密 (雙重加密) bool

KeyVaultProperties

名字 描述 價值
身份 UserAssignedIdentityProperties
keyName KeyVault 中的金鑰名稱 字串
keyVaultUri KeyVault 的 URI 字串
keyVersion 金鑰版本 字串

UserAssignedIdentityProperties

名字 描述 價值
userAssignedIdentity 為加密選取的使用者身分識別的 ARM 識別碼 字串

PrivateEndpointConnection

名字 描述 價值
性能 PrivateEndpointConnection 的屬性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 此連線的私人端點資源。 PrivateEndpoint
privateLinkServiceConnectionState 線上狀態的詳細數據。 ConnectionState
provisioningState 私人端點聯機的布建狀態。 'Canceled'
'Creating'
'刪除'
'Failed'
'Succeeded'
'Updateing'

PrivateEndpoint

名字 描述 價值
id 私人端點的ARM標識碼。 字串

ConnectionState

名字 描述 價值
描述 連接狀態的描述。 字串
地位 線上的狀態。 「已核准」
'Disconnected'
'Pending'
'Rejected'

Sku

名字 描述 價值
能力 基本層或標準層的事件中樞輸送量單位,其中值應為 0 到 20 個輸送量單位。 進階層的事件中樞進階單位,其中值應為 0 到 10 個進階單位。 int

約束:
最小值 = 0
名字 此 SKU 的名稱。 'Basic'
'Premium'
'Standard' (必要)
這個特定 SKU 的計費層。 'Basic'
'Premium'
'Standard'

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
適用於 Azure 事件中樞的 PubNub 即時閘道

部署至 Azure
適用於 Azure 的 PubNub 即時閘道提供 PubNub 資料流網路與 Azure 事件中樞之間的即時數據流網橋。 -- 將其視為 PubNub 與 Azure 之間的雙向網橋!
在 Azure 架構上部署體育分析

部署至 Azure
建立已啟用 ADLS Gen 2 的 Azure 記憶體帳戶、具有記憶體帳戶連結服務的 Azure Data Factory 實例(如果已部署的 Azure SQL Database),以及 Azure Databricks 實例。 部署範本和 ADF 實例受控識別的使用者 AAD 身分識別,將會在記憶體帳戶上授與記憶體 Blob 數據參與者角色。 還有一個選項可用來部署 Azure Key Vault 實例、Azure SQL Database 和 Azure 事件中樞(適用於串流使用案例)。 部署 Azure Key Vault 時,部署範本之使用者的 Data Factory 受控識別和 AAD 身分識別將會獲得 Key Vault 秘密使用者角色。
Moesif API分析和獲利

部署至 Azure
此範本會將來自 Azure API 管理的 API 呼叫記錄至 Moesif API 分析和獲利平臺
Azure Digital Twins 與時間數據歷程記錄連線

部署至 Azure
此範本會建立以時間序列數據歷程記錄連線設定的 Azure Digital Twins 實例。 若要建立連線,必須建立其他資源,例如事件中樞命名空間、事件中樞、Azure 數據總管叢集和資料庫。 數據會傳送至事件中樞,該中樞最終會將數據轉送至 Azure 數據總管叢集。 數據會儲存在叢集中的資料庫數據表中
建立事件方格自定義主題和事件中樞處理程式

部署至 Azure
建立 Azure 事件方格自定義主題和事件中樞來處理事件。
建立 EventHubs 命名空間、事件中樞、& 取用者群組

部署至 Azure
此範本可讓您部署事件中樞標準命名空間、事件中樞和取用者群組。
建立 EventHubs authorizationRules

部署至 Azure
此範本可讓您部署 EventHubs Standard 命名空間、事件中樞、取用者群組和 authorizationRules
建立 Eventhub 命名空間和異地復原設定

部署至 Azure
此範本可讓您使用基本/標準 SKU 來部署服務總線命名空間。
建立 Eventhub 命名空間 IP 篩選規則

部署至 Azure
此範本可讓您使用IP篩選規則來部署服務總線進階命名空間
建立事件中樞命名空間虛擬網路規則

部署至 Azure
此範本可讓您使用虛擬網路規則部署事件中樞標準命名空間
在叢集 中建立事件中樞叢集 & 名稱

部署至 Azure
此範本可讓您在叢集中建立 EventHubs 叢集和命名空間
建立 Eventhub 叢集、nameapce & eventhub

部署至 Azure
此範本可讓您在叢集中建立 EventHubs 叢集、命名空間和 eventhub
建立已啟用擷取的 EventHubs

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間,並在其中啟用擷取
建立已啟用擷取的 EventHubs

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間,並在其中啟用擷取
建立 EventHubs 命名空間,並啟用自動擴充

部署至 Azure
此範本可讓您部署事件中樞標準命名空間、事件中樞和取用者群組。此範本也會開啟命名空間上的自動擴充功能。
建立事件中樞

部署至 Azure
此範本可讓您使用事件中樞來部署 EventHubs 命名空間。
透過私人端點連線到事件中樞命名空間

部署至 Azure
此範例示範如何使用設定虛擬網路和私人 DNS 區域,透過私人端點存取事件中樞命名空間。
部署 MedTech 服務

部署至 Azure
MedTech 服務是 Azure Health Data Services 的其中一個,其設計目的是從多個裝置內嵌裝置數據,將裝置數據轉換成 FHIR 觀察,然後保存在 Azure Health Data Services FHIR 服務中。
部署 MedTech 服務,包括 Azure IoT 中樞

部署至 Azure
MedTech 服務是 Azure Health Data Services 的其中一個,其設計目的是從多個裝置內嵌裝置數據,將裝置數據轉換成 FHIR 觀察,然後保存在 Azure Health Data Services FHIR 服務中。
使用事件方格連線部署 Azure 數據總管資料庫

部署至 Azure
使用事件方格聯機部署 Azure 數據總管資料庫。
使用事件中樞連線部署 Azure 數據總管資料庫

部署至 Azure
使用事件中樞連線部署 Azure 數據總管資料庫。
使用寫入事件中樞的稽核 Azure SQL Server

部署至 Azure
此範本可讓您部署已啟用稽核的 Azure SQL 伺服器,以將稽核記錄寫入事件中樞
建立已設定傳送記錄和計量的 SQL MI

部署至 Azure
此範本可讓您部署用於儲存記錄和計量的 SQL MI 和其他資源(診斷工作區、記憶體帳戶、事件中樞)。
使用事件中樞事件來源建立環境

部署至 Azure
此範本可讓您部署已設定為取用事件中樞事件的時間序列深入解析環境。
使用事件中樞和受控識別 Azure 函式應用程式

部署至 Azure
他的範本會在Linux取用方案上布建 Azure 函式應用程式,以及事件中樞、Azure 記憶體和 Application Insights。 函式應用程式可以使用受控識別來連線到事件中樞和記憶體帳戶

Terraform (AzAPI 提供者) 資源定義

命名空間資源類型可以使用目標作業來部署:

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.EventHub/namespaces@2024-01-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      alternateName = "string"
      clusterArmId = "string"
      disableLocalAuth = bool
      encryption = {
        keySource = "Microsoft.KeyVault"
        keyVaultProperties = [
          {
            identity = {
              userAssignedIdentity = "string"
            }
            keyName = "string"
            keyVaultUri = "string"
            keyVersion = "string"
          }
        ]
        requireInfrastructureEncryption = bool
      }
      isAutoInflateEnabled = bool
      kafkaEnabled = bool
      maximumThroughputUnits = int
      minimumTlsVersion = "string"
      privateEndpointConnections = [
        {
          properties = {
            privateEndpoint = {
              id = "string"
            }
            privateLinkServiceConnectionState = {
              description = "string"
              status = "string"
            }
            provisioningState = "string"
          }
        }
      ]
      publicNetworkAccess = "string"
      zoneRedundant = bool
    }
    sku = {
      capacity = int
      name = "string"
      tier = "string"
    }
  })
}

屬性值

namespaces

名字 描述 價值
類型 資源類型 “Microsoft.EventHub/namespaces@2024-01-01”
名字 資源名稱 字串 (必要)

字元限制:6-50

合法字元:
英數位元和連字元。

以字母開頭。 結尾為字母或數位。

資源名稱在整個 Azure 中必須是唯一的。
位置 資源位置。 字串
parent_id 若要部署至資源群組,請使用該資源群組的標識碼。 字串 (必要)
標籤 資源標籤。 標記名稱和值的字典。
sku SKU 資源的屬性 Sku
身份 BYOK 身分識別描述的屬性 身分識別
性能 Namespace為建立命名空間作業提供的屬性。 EHNamespaceProperties

身份

名字 描述 價值
類型 受控服務識別的類型。 “SystemAssigned”
“SystemAssigned, UserAssigned”
“UserAssigned”
identity_ids 使用者指派身分識別的屬性 使用者身分識別標識碼的陣列。

IdentityUserAssignedIdentities

名字 描述 價值
{自定義屬性} UserAssignedIdentity

UserAssignedIdentity

此物件不包含在部署期間設定的任何屬性。 所有屬性都是 ReadOnly。

EHNamespaceProperties

名字 描述 價值
alternateName 別名和命名空間名稱相同時指定的替代名稱。 字串
clusterArmId Namespace的叢集 ARM 標識碼。 字串
disableLocalAuth 此屬性會停用事件中樞命名空間的 SAS 驗證。 bool
加密 BYOK 加密描述的屬性 加密
isAutoInflateEnabled 值,指出是否為 eventhub 命名空間啟用 AutoInflate。 bool
kafkaEnabled 值,指出是否為 eventhub 命名空間啟用 Kafka。 bool
maximumThroughputUnits 啟用 AutoInflate 時輸送量單位的上限,值應該在 0 到 20 個輸送量單位內。 (如果 AutoInflateEnabled = true, '0' int

約束:
最小值 = 0
minimumTlsVersion 叢集支援的最低 TLS 版本,例如 '1.2' "1.0"
"1.1"
"1.2"
privateEndpointConnections 私人端點連線的清單。 PrivateEndpointConnection[]
publicNetworkAccess 這會判斷是否允許透過公用網路傳輸流量。 默認會啟用。 “Disabled”
“Enabled”
“SecuredByPerimeter”
zoneRedundant 啟用此屬性會在支援的可用性區域中建立標準事件中樞Namespace。 bool

加密

名字 描述 價值
keySource 列舉 Encryption 的 keySource 可能值 “Microsoft.KeyVault”
keyVaultProperties KeyVault 的屬性 KeyVaultProperties[]
requireInfrastructureEncryption 開啟基礎結構加密 (雙重加密) bool

KeyVaultProperties

名字 描述 價值
身份 UserAssignedIdentityProperties
keyName KeyVault 中的金鑰名稱 字串
keyVaultUri KeyVault 的 URI 字串
keyVersion 金鑰版本 字串

UserAssignedIdentityProperties

名字 描述 價值
userAssignedIdentity 為加密選取的使用者身分識別的 ARM 識別碼 字串

PrivateEndpointConnection

名字 描述 價值
性能 PrivateEndpointConnection 的屬性。 PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties

名字 描述 價值
privateEndpoint 此連線的私人端點資源。 PrivateEndpoint
privateLinkServiceConnectionState 線上狀態的詳細數據。 ConnectionState
provisioningState 私人端點聯機的布建狀態。 “Canceled”
“建立”
“刪除”
“Failed”
“Succeeded”
“Updateing”

PrivateEndpoint

名字 描述 價值
id 私人端點的ARM標識碼。 字串

ConnectionState

名字 描述 價值
描述 連接狀態的描述。 字串
地位 線上的狀態。 「已核准」
“Disconnected”
“Pending”
「已拒絕」

Sku

名字 描述 價值
能力 基本層或標準層的事件中樞輸送量單位,其中值應為 0 到 20 個輸送量單位。 進階層的事件中樞進階單位,其中值應為 0 到 10 個進階單位。 int

約束:
最小值 = 0
名字 此 SKU 的名稱。 “Basic”
“Premium”
“Standard” (必要)
這個特定 SKU 的計費層。 “Basic”
“Premium”
“Standard”