Microsoft.ServiceBus 命名空間/主題/subscriptions 2015-08-01
Bicep 資源定義
命名空間/主題/訂用帳戶資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions@2015-08-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
autoDeleteOnIdle: 'string'
deadLetteringOnFilterEvaluationExceptions: bool
deadLetteringOnMessageExpiration: bool
defaultMessageTimeToLive: 'string'
enableBatchedOperations: bool
entityAvailabilityStatus: 'string'
isReadOnly: bool
lockDuration: 'string'
maxDeliveryCount: int
requiresSession: bool
status: 'string'
}
}
屬性值
Microsoft.ServiceBus/namespaces/topics/subscriptions
名字 | 描述 | 價值 |
---|---|---|
位置 | 訂用帳戶數據中心位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:命名空間/主題 |
性能 | 訂用帳戶資源的描述。 | SubscriptionProperties |
SubscriptionProperties
名字 | 描述 | 價值 |
---|---|---|
autoDeleteOnIdle | TimeSpan 閑置間隔之後,主題會自動刪除。 持續時間下限為 5 分鐘。 | 字串 |
deadLetteringOnFilterEvaluationExceptions | 值,指出訂閱是否有篩選評估例外狀況的寄不出的信件支援。 | bool |
deadLetteringOnMessageExpiration | 值,指出當訊息到期時,訂閱是否具有無效信件支援。 | bool |
defaultMessageTimeToLive | 默認訊息存留時間值。 這是訊息到期的持續時間,從訊息傳送至服務總線時開始。 這是當 TimeToLive 未在訊息本身上設定時所使用的預設值。 | 字串 |
enableBatchedOperations | 值,指出是否啟用伺服器端批次作業。 | bool |
entityAvailabilityStatus | 主題的實體可用性狀態。 | 'Available' 'Limited' 'Renaming' '還原' 'Unknown' |
isReadOnly | 值,指出實體描述是否為唯讀。 | bool |
lockDuration | 訂用帳戶的鎖定持續時間時間範圍。 | 字串 |
maxDeliveryCount | 最大交付次數。 | int |
requiresSession | 值,指出訂用帳戶是否支援會話的概念。 | bool |
地位 | 列舉傳訊實體狀態的可能值。 | 'Active' 'Creating' '刪除' 'Disabled' 'ReceiveDisabled' 'Renaming' '還原' 'SendDisabled' 'Unknown' |
快速入門範例
下列快速入門範例會部署此資源類型。
Bicep 檔案 | 描述 |
---|---|
使用 Container Apps 建立 Dapr 微服務應用程式 | 使用 Container Apps 建立 Dapr 微服務應用程式。 |
使用 Container Apps 建立 Dapr pub-sub servicebus 應用程式 | 使用 Container Apps 建立 Dapr pub-sub servicebus 應用程式。 |
ARM 樣本資源定義
命名空間/主題/訂用帳戶資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.ServiceBus/namespaces/topics/subscriptions",
"apiVersion": "2015-08-01",
"name": "string",
"location": "string",
"properties": {
"autoDeleteOnIdle": "string",
"deadLetteringOnFilterEvaluationExceptions": "bool",
"deadLetteringOnMessageExpiration": "bool",
"defaultMessageTimeToLive": "string",
"enableBatchedOperations": "bool",
"entityAvailabilityStatus": "string",
"isReadOnly": "bool",
"lockDuration": "string",
"maxDeliveryCount": "int",
"requiresSession": "bool",
"status": "string"
}
}
屬性值
Microsoft.ServiceBus/namespaces/topics/subscriptions
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2015-08-01' |
位置 | 訂用帳戶數據中心位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
性能 | 訂用帳戶資源的描述。 | SubscriptionProperties |
類型 | 資源類型 | 'Microsoft.ServiceBus/namespaces/topics/subscriptions' |
SubscriptionProperties
名字 | 描述 | 價值 |
---|---|---|
autoDeleteOnIdle | TimeSpan 閑置間隔之後,主題會自動刪除。 持續時間下限為 5 分鐘。 | 字串 |
deadLetteringOnFilterEvaluationExceptions | 值,指出訂閱是否有篩選評估例外狀況的寄不出的信件支援。 | bool |
deadLetteringOnMessageExpiration | 值,指出當訊息到期時,訂閱是否具有無效信件支援。 | bool |
defaultMessageTimeToLive | 默認訊息存留時間值。 這是訊息到期的持續時間,從訊息傳送至服務總線時開始。 這是當 TimeToLive 未在訊息本身上設定時所使用的預設值。 | 字串 |
enableBatchedOperations | 值,指出是否啟用伺服器端批次作業。 | bool |
entityAvailabilityStatus | 主題的實體可用性狀態。 | 'Available' 'Limited' 'Renaming' '還原' 'Unknown' |
isReadOnly | 值,指出實體描述是否為唯讀。 | bool |
lockDuration | 訂用帳戶的鎖定持續時間時間範圍。 | 字串 |
maxDeliveryCount | 最大交付次數。 | int |
requiresSession | 值,指出訂用帳戶是否支援會話的概念。 | bool |
地位 | 列舉傳訊實體狀態的可能值。 | 'Active' 'Creating' '刪除' 'Disabled' 'ReceiveDisabled' 'Renaming' '還原' 'SendDisabled' 'Unknown' |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
使用服務總線 將訊息與 Logic Apps 相互關聯 |
其中顯示如何使用 Azure 服務總線將訊息與 Logic Apps 相互關聯 |
使用 Container Apps 建立 Dapr 微服務應用程式 |
使用 Container Apps 建立 Dapr 微服務應用程式。 |
使用 Container Apps 建立 Dapr pub-sub servicebus 應用程式 |
使用 Container Apps 建立 Dapr pub-sub servicebus 應用程式。 |
整合模式 - 訊息路由器 - 服務總線 |
顯示如何使用服務總線主題設定訊息路由器模式的解決方案 |
Terraform (AzAPI 提供者) 資源定義
命名空間/主題/訂用帳戶資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ServiceBus/namespaces/topics/subscriptions@2015-08-01"
name = "string"
location = "string"
body = jsonencode({
properties = {
autoDeleteOnIdle = "string"
deadLetteringOnFilterEvaluationExceptions = bool
deadLetteringOnMessageExpiration = bool
defaultMessageTimeToLive = "string"
enableBatchedOperations = bool
entityAvailabilityStatus = "string"
isReadOnly = bool
lockDuration = "string"
maxDeliveryCount = int
requiresSession = bool
status = "string"
}
})
}
屬性值
Microsoft.ServiceBus/namespaces/topics/subscriptions
名字 | 描述 | 價值 |
---|---|---|
位置 | 訂用帳戶數據中心位置。 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:命名空間/主題 |
性能 | 訂用帳戶資源的描述。 | SubscriptionProperties |
類型 | 資源類型 | “Microsoft.ServiceBus/namespaces/topics/subscriptions@2015-08-01” |
SubscriptionProperties
名字 | 描述 | 價值 |
---|---|---|
autoDeleteOnIdle | TimeSpan 閑置間隔之後,主題會自動刪除。 持續時間下限為 5 分鐘。 | 字串 |
deadLetteringOnFilterEvaluationExceptions | 值,指出訂閱是否有篩選評估例外狀況的寄不出的信件支援。 | bool |
deadLetteringOnMessageExpiration | 值,指出當訊息到期時,訂閱是否具有無效信件支援。 | bool |
defaultMessageTimeToLive | 默認訊息存留時間值。 這是訊息到期的持續時間,從訊息傳送至服務總線時開始。 這是當 TimeToLive 未在訊息本身上設定時所使用的預設值。 | 字串 |
enableBatchedOperations | 值,指出是否啟用伺服器端批次作業。 | bool |
entityAvailabilityStatus | 主題的實體可用性狀態。 | 'Available' 'Limited' 'Renaming' '還原' 'Unknown' |
isReadOnly | 值,指出實體描述是否為唯讀。 | bool |
lockDuration | 訂用帳戶的鎖定持續時間時間範圍。 | 字串 |
maxDeliveryCount | 最大交付次數。 | int |
requiresSession | 值,指出訂用帳戶是否支援會話的概念。 | bool |
地位 | 列舉傳訊實體狀態的可能值。 | 'Active' 'Creating' '刪除' 'Disabled' 'ReceiveDisabled' 'Renaming' '還原' 'SendDisabled' 'Unknown' |