你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.ServiceBus 命名空间/主题/subscriptions/rules 2021-11-01
Bicep 资源定义
可以使用目标操作部署命名空间/topics/subscriptions/rules 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-11-01' = {
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 模板资源定义
可以使用目标操作部署命名空间/topics/subscriptions/rules 资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules",
"apiVersion": "2021-11-01",
"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 版本 | '2021-11-01' |
名字 | 资源名称 | 字符串 约束: 最小长度 = 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' | 字符串 |
快速入门模板
以下快速入门模板部署此资源类型。
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署命名空间/topics/subscriptions/rules 资源类型:
- 资源组
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.ServiceBus/namespaces/topics/subscriptions/rules 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-11-01"
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 | 此资源的父资源的 ID。 | 类型资源的 ID:命名空间/主题/订阅 |
性能 | 规则资源的属性 | Ruleproperties |
类型 | 资源类型 | “Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2021-11-01” |
Ruleproperties
名字 | 描述 | 价值 |
---|---|---|
行动 | 表示允许转换已由筛选器表达式匹配的消息的筛选器操作。 | 操作 |
correlationFilter | correlationFilter 的属性 | CorrelationFilter |
filterType | 根据 BrokeredMessage 计算的筛选器类型。 | “CorrelationFilter” “SqlFilter” |
sqlFilter | sqlFilter 的属性 | SqlFilter |
SqlFilter
名字 | 描述 | 价值 |
---|---|---|
compatibilityLevel | 此属性保留供将来使用。 显示兼容级别的整数值,当前硬编码为 20。 | int |
requiresPreprocessing | 指示规则操作是否需要预处理的值。 | bool |
sqlExpression | SQL 表达式。 例如 MyProperty='ABC' | 字符串 |