Microsoft.ServiceBus 命名空間/主題/subscriptions/rules 2022-10-01-preview
Bicep 資源定義
命名空間/主題/訂用帳戶/規則資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview' = {
parent: resourceSymbolicName
name: 'string'
properties: {
action: {
compatibilityLevel: int
requiresPreprocessing: bool
sqlExpression: 'string'
}
correlationFilter: {
contentType: 'string'
correlationId: 'string'
label: 'string'
messageId: 'string'
properties: {
{customized property}: 'string'
}
replyTo: 'string'
replyToSessionId: 'string'
requiresPreprocessing: bool
sessionId: 'string'
to: 'string'
}
filterType: 'string'
sqlFilter: {
compatibilityLevel: int
requiresPreprocessing: bool
sqlExpression: 'string'
}
}
}
屬性值
行動
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |
CorrelationFilter
名字 | 描述 | 價值 |
---|---|---|
contentType | 訊息的內容類型。 | 字串 |
correlationId | 相互關聯標識碼。 | 字串 |
標籤 | 應用程式特定標籤。 | 字串 |
messageId | 訊息的標識碼。 | 字串 |
性能 | 自定義篩選的字典物件 | CorrelationFilterProperties |
replyTo | 要回復之佇列的位址。 | 字串 |
replyToSessionId | 要回復的會話標識碼。 | 字串 |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sessionId | 會話標識碼。 | 字串 |
自 | 要傳送至的位址。 | 字串 |
CorrelationFilterProperties
名字 | 描述 | 價值 |
---|
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型資源的符號名稱:命名空間/主題/訂用帳戶 |
性能 | 規則資源的屬性 | Ruleproperties |
Ruleproperties
名字 | 描述 | 價值 |
---|---|---|
行動 | 代表篩選表達式所允許之訊息轉換的篩選動作。 | 動作 |
correlationFilter | correlationFilter 的屬性 | CorrelationFilter |
filterType | 針對 BrokeredMessage 評估的篩選類型。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter 的屬性 | SqlFilter |
SqlFilter
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |
ARM 樣本資源定義
命名空間/主題/訂用帳戶/規則資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules",
"apiVersion": "2022-10-01-preview",
"name": "string",
"properties": {
"action": {
"compatibilityLevel": "int",
"requiresPreprocessing": "bool",
"sqlExpression": "string"
},
"correlationFilter": {
"contentType": "string",
"correlationId": "string",
"label": "string",
"messageId": "string",
"properties": {
"{customized property}": "string"
},
"replyTo": "string",
"replyToSessionId": "string",
"requiresPreprocessing": "bool",
"sessionId": "string",
"to": "string"
},
"filterType": "string",
"sqlFilter": {
"compatibilityLevel": "int",
"requiresPreprocessing": "bool",
"sqlExpression": "string"
}
}
}
屬性值
行動
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |
CorrelationFilter
名字 | 描述 | 價值 |
---|---|---|
contentType | 訊息的內容類型。 | 字串 |
correlationId | 相互關聯標識碼。 | 字串 |
標籤 | 應用程式特定標籤。 | 字串 |
messageId | 訊息的標識碼。 | 字串 |
性能 | 自定義篩選的字典物件 | CorrelationFilterProperties |
replyTo | 要回復之佇列的位址。 | 字串 |
replyToSessionId | 要回復的會話標識碼。 | 字串 |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sessionId | 會話標識碼。 | 字串 |
自 | 要傳送至的位址。 | 字串 |
CorrelationFilterProperties
名字 | 描述 | 價值 |
---|
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2022-10-01-preview' |
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
性能 | 規則資源的屬性 | Ruleproperties |
類型 | 資源類型 | 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules' |
Ruleproperties
名字 | 描述 | 價值 |
---|---|---|
行動 | 代表篩選表達式所允許之訊息轉換的篩選動作。 | 動作 |
correlationFilter | correlationFilter 的屬性 | CorrelationFilter |
filterType | 針對 BrokeredMessage 評估的篩選類型。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter 的屬性 | SqlFilter |
SqlFilter
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
使用服務匯流排將訊息與 Logic Apps 相互關聯 |
其中顯示如何使用 Azure 服務總線將訊息與 Logic Apps 相互關聯 |
Terraform (AzAPI 提供者) 資源定義
命名空間/主題/訂用帳戶/規則資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 資源,請將下列 Terraform 新增至您的範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview"
name = "string"
body = jsonencode({
properties = {
action = {
compatibilityLevel = int
requiresPreprocessing = bool
sqlExpression = "string"
}
correlationFilter = {
contentType = "string"
correlationId = "string"
label = "string"
messageId = "string"
properties = {
{customized property} = "string"
}
replyTo = "string"
replyToSessionId = "string"
requiresPreprocessing = bool
sessionId = "string"
to = "string"
}
filterType = "string"
sqlFilter = {
compatibilityLevel = int
requiresPreprocessing = bool
sqlExpression = "string"
}
}
})
}
屬性值
行動
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |
CorrelationFilter
名字 | 描述 | 價值 |
---|---|---|
contentType | 訊息的內容類型。 | 字串 |
correlationId | 相互關聯標識碼。 | 字串 |
標籤 | 應用程式特定標籤。 | 字串 |
messageId | 訊息的標識碼。 | 字串 |
性能 | 自定義篩選的字典物件 | CorrelationFilterProperties |
replyTo | 要回復之佇列的位址。 | 字串 |
replyToSessionId | 要回復的會話標識碼。 | 字串 |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sessionId | 會話標識碼。 | 字串 |
自 | 要傳送至的位址。 | 字串 |
CorrelationFilterProperties
名字 | 描述 | 價值 |
---|
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 約束: 最小長度 = 1 最大長度 = 1 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:命名空間/主題/訂用帳戶 |
性能 | 規則資源的屬性 | Ruleproperties |
類型 | 資源類型 | “Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview” |
Ruleproperties
名字 | 描述 | 價值 |
---|---|---|
行動 | 代表篩選表達式所允許之訊息轉換的篩選動作。 | 動作 |
correlationFilter | correlationFilter 的屬性 | CorrelationFilter |
filterType | 針對 BrokeredMessage 評估的篩選類型。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter 的屬性 | SqlFilter |
SqlFilter
名字 | 描述 | 價值 |
---|---|---|
compatibilityLevel | 此屬性保留供日後使用。 整數值,顯示相容性層級,目前硬式編碼為 20。 | int |
requiresPreprocessing | 值,指出規則動作是否需要前置處理。 | bool |
sqlExpression | SQL 運算式。 例如 MyProperty='ABC' | 字串 |