Microsoft.ServiceBus 名前空間/topics/subscriptions/rules 2022-10-01-preview
Bicep リソース定義
namespaces/topics/subscriptions/rules リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.ServiceBus/namespaces/topics/subscriptions/rules リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview' = {
name: 'string'
parent: resourceSymbolicName
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'
}
}
}
プロパティ値
namespaces/topics/subscriptions/rules
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 Bicepで子リソースの名前と種類 |
string (必須) 文字数制限: 1 から 50 有効な文字: 英数字、ピリオド、ハイフン、アンダースコア。 開始と終了を数値で表示します。 |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: サブスクリプション |
プロパティ | ルール リソースのプロパティ | Ruleproperties |
Ruleproperties
名前 | 形容 | 価値 |
---|---|---|
アクション | フィルター式で一致したメッセージの変換に許可されるフィルター アクションを表します。 | アクションの |
correlationFilter | correlationFilter のプロパティ | CorrelationFilter の |
filterType | BrokeredMessage に対して評価されるフィルターの種類。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter のプロパティ | SqlFilter |
アクション
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |
CorrelationFilter
名前 | 形容 | 価値 |
---|---|---|
contentType | メッセージのコンテンツ タイプ。 | 糸 |
correlationId | 相関関係の識別子。 | 糸 |
ラベル | アプリケーション固有のラベル。 | 糸 |
messageId | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | CorrelationFilterProperties の |
replyTo | 応答するキューのアドレス。 | 糸 |
replyToSessionId | 応答するセッション識別子。 | 糸 |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sessionId | セッション識別子。 | 糸 |
宛先 | 送信先のアドレス。 | 糸 |
CorrelationFilterProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
SqlFilter
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
統合パターン - メッセージ ルーター - Service Bus Azure にデプロイする |
Service Bus トピックを使用してメッセージ ルーター パターンを設定する方法を示すソリューション |
Service Bus を使用した Logic Apps でのメッセージの関連付け Azure |
Azure Service Bus を使用して Logic Apps 上でメッセージを関連付ける方法を示す |
ARM テンプレート リソース定義
namespaces/topics/subscriptions/rules リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 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"
}
}
}
プロパティ値
namespaces/topics/subscriptions/rules
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | 'Microsoft.ServiceBus/namespaces/topics/subscriptions/rules' |
apiVersion | リソース API のバージョン | '2022-10-01-preview' |
名前 | リソース名 JSON ARM テンプレートで子リソースの名前と型 |
string (必須) 文字数制限: 1 から 50 有効な文字: 英数字、ピリオド、ハイフン、アンダースコア。 開始と終了を数値で表示します。 |
プロパティ | ルール リソースのプロパティ | Ruleproperties |
Ruleproperties
名前 | 形容 | 価値 |
---|---|---|
アクション | フィルター式で一致したメッセージの変換に許可されるフィルター アクションを表します。 | アクションの |
correlationFilter | correlationFilter のプロパティ | CorrelationFilter の |
filterType | BrokeredMessage に対して評価されるフィルターの種類。 | 'CorrelationFilter' 'SqlFilter' |
sqlFilter | sqlFilter のプロパティ | SqlFilter |
アクション
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |
CorrelationFilter
名前 | 形容 | 価値 |
---|---|---|
contentType | メッセージのコンテンツ タイプ。 | 糸 |
correlationId | 相関関係の識別子。 | 糸 |
ラベル | アプリケーション固有のラベル。 | 糸 |
messageId | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | CorrelationFilterProperties の |
replyTo | 応答するキューのアドレス。 | 糸 |
replyToSessionId | 応答するセッション識別子。 | 糸 |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sessionId | セッション識別子。 | 糸 |
宛先 | 送信先のアドレス。 | 糸 |
CorrelationFilterProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
SqlFilter
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
テンプレート | 形容 |
---|---|
統合パターン - メッセージ ルーター - Service Bus Azure にデプロイする |
Service Bus トピックを使用してメッセージ ルーター パターンを設定する方法を示すソリューション |
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@2022-10-01-preview"
name = "string"
parent_id = "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"
}
}
})
}
プロパティ値
namespaces/topics/subscriptions/rules
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類 | "Microsoft.ServiceBus/namespaces/topics/subscriptions/rules@2022-10-01-preview" |
名前 | リソース名 | string (必須) 文字数制限: 1 から 50 有効な文字: 英数字、ピリオド、ハイフン、アンダースコア。 開始と終了を数値で表示します。 |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: サブスクリプション |
プロパティ | ルール リソースのプロパティ | Ruleproperties |
Ruleproperties
名前 | 形容 | 価値 |
---|---|---|
アクション | フィルター式で一致したメッセージの変換に許可されるフィルター アクションを表します。 | アクションの |
correlationFilter | correlationFilter のプロパティ | CorrelationFilter の |
filterType | BrokeredMessage に対して評価されるフィルターの種類。 | "CorrelationFilter" "SqlFilter" |
sqlFilter | sqlFilter のプロパティ | SqlFilter |
アクション
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |
CorrelationFilter
名前 | 形容 | 価値 |
---|---|---|
contentType | メッセージのコンテンツ タイプ。 | 糸 |
correlationId | 相関関係の識別子。 | 糸 |
ラベル | アプリケーション固有のラベル。 | 糸 |
messageId | メッセージの識別子。 | 糸 |
プロパティ | カスタム フィルターの dictionary オブジェクト | CorrelationFilterProperties の |
replyTo | 応答するキューのアドレス。 | 糸 |
replyToSessionId | 応答するセッション識別子。 | 糸 |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sessionId | セッション識別子。 | 糸 |
宛先 | 送信先のアドレス。 | 糸 |
CorrelationFilterProperties
名前 | 形容 | 価値 |
---|---|---|
{カスタマイズされたプロパティ} | 糸 |
SqlFilter
名前 | 形容 | 価値 |
---|---|---|
compatibilityLevel | このプロパティは、将来使用するために予約されています。 互換性レベルを示す整数値。現在、20 にハードコーディングされています。 | int |
requiresPreprocessing | ルール アクションで前処理が必要かどうかを示す値。 | bool |
sqlExpression | SQL 式。 例: MyProperty='ABC' | 糸 |