Microsoft.ServiceBus 名前空間/topics/subscriptions/rules
Bicep リソース定義
namespaces/topics/subscriptions/rules リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2024-01-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 | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | 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 テンプレート リソース定義
namespaces/topics/subscriptions/rules リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules リソースを作成するには、テンプレートに次の JSON を追加します。
{
"type": "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules",
"apiVersion": "2024-01-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 | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | CorrelationFilterProperties の |
replyTo | 応答するキューのアドレス。 | 糸 |
replyToSessionId | 応答するセッション識別子。 | 糸 |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sessionId | セッション識別子。 | 糸 |
宛先 | 送信先のアドレス。 | 糸 |
CorrelationFilterProperties
名前 | 形容 | 価値 |
---|
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-01-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' | 糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
Service Bus を使用した Logic Apps でのメッセージの関連付け Azure |
Azure Service Bus を使用して Logic Apps 上でメッセージを関連付ける方法を示す |
Terraform (AzAPI プロバイダー) リソース定義
namespaces/topics/subscriptions/rules リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2024-01-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 | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | 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@2024-01-01" |
Ruleproperties
名前 | 形容 | 価値 |
---|---|---|
アクション | フィルター式で一致したメッセージの変換に許可されるフィルター アクションを表します。 | アクション |
correlationFilter | correlationFilter のプロパティ | CorrelationFilter の |
filterType | BrokeredMessage に対して評価されるフィルターの種類。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter のプロパティ | SqlFilter |
SqlFilter
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |