az servicebus topic

Servicebus トピック。

コマンド

名前 説明 Status
az servicebus topic authorization-rule

Servicebus トピックの authorization-rule。

コア GA
az servicebus topic authorization-rule create

指定したトピックの承認規則を作成します。

コア GA
az servicebus topic authorization-rule delete

トピック承認規則を削除します。

コア GA
az servicebus topic authorization-rule keys

Servicebus トピック承認規則キー。

コア GA
az servicebus topic authorization-rule keys list

トピックのプライマリとセカンダリの接続文字列を取得します。

コア GA
az servicebus topic authorization-rule keys renew

トピックのプライマリまたはセカンダリの接続文字列を再生成します。

コア GA
az servicebus topic authorization-rule list

トピックの承認規則を一覧表示します。

コア GA
az servicebus topic authorization-rule show

指定した承認規則を取得します。

コア GA
az servicebus topic authorization-rule update

指定したトピックの承認規則を更新します。

コア GA
az servicebus topic create

指定した名前空間にトピックを作成します。

コア GA
az servicebus topic delete

指定した名前空間とリソース グループからトピックを削除します。

コア GA
az servicebus topic list

名前空間内のすべてのトピックを一覧表示します。

コア GA
az servicebus topic show

指定したトピックの説明を取得します。

コア GA
az servicebus topic subscription

Servicebus トピック サブスクリプション。

コア GA
az servicebus topic subscription create

トピック サブスクリプションを作成します。

コア GA
az servicebus topic subscription delete

指定したトピックからサブスクリプションを削除します。

コア GA
az servicebus topic subscription list

指定したトピックのすべてのサブスクリプションを一覧表示します。

コア GA
az servicebus topic subscription rule

Servicebus トピックサブスクリプションルール。

コア GA
az servicebus topic subscription rule create

サブスクリプションの ServiceBus ルールを作成します。

コア GA
az servicebus topic subscription rule delete

既存のルールを削除します。

コア GA
az servicebus topic subscription rule list

特定のトピック サブスクリプション内のすべてのルールを一覧表示します。

コア GA
az servicebus topic subscription rule show

指定した規則の説明を取得します。

コア GA
az servicebus topic subscription rule update

新しいルールを更新し、既存のルールを更新します。

コア GA
az servicebus topic subscription show

指定したトピックのサブスクリプションの説明を取得します。

コア GA
az servicebus topic subscription update

トピック サブスクリプションを更新します。

コア GA
az servicebus topic update

指定した名前空間のトピックを更新します。

コア GA

az servicebus topic create

指定した名前空間にトピックを作成します。

az servicebus topic create --name
                           --namespace-name
                           --resource-group
                           [--auto-delete-on-idle]
                           [--default-message-time-to-live]
                           [--duplicate-detection {0, 1, f, false, n, no, t, true, y, yes}]
                           [--duplicate-detection-history-time-window]
                           [--enable-batched-operations {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-express {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-ordering {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-partitioning {0, 1, f, false, n, no, t, true, y, yes}]
                           [--max-message-size]
                           [--max-size]
                           [--status {Active, Creating, Deleting, Disabled, ReceiveDisabled, Renaming, Restoring, SendDisabled, Unknown}]

必須のパラメーター

--name --topic-name -n

トピック名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--auto-delete-on-idle

ISO 8601 timespan idle interval after the topic is automatically deleted. 最小時間は、5 分です。

--default-message-time-to-live

ISO 8601 の既定のメッセージ期間はライブ値です。 これは、メッセージが Service Bus に送信されてからメッセージが期限切れになるまでの期間です。 これは、メッセージ自体に TimeToLive が設定されていない場合に使用される既定値です。

--duplicate-detection --enable-duplicate-detection

このキューで重複検出が必要かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--duplicate-detection-history-time-window -d

重複検出履歴の期間を定義する ISO 8601 timeSpan 構造体。 既定値は 10 分です。

--enable-batched-operations

サーバー側のバッチ処理操作が有効かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-express

Express エンティティが有効かどうかを示す値。 高速トピックは、永続ストレージに書き込む前に、メッセージを一時的にメモリに保持します。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-ordering

トピックが順序付けをサポートしているかどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-partitioning

複数のメッセージ ブローカー間でパーティション分割するトピックが有効かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--max-message-size --max-message-size-in-kilobytes

トピックで受け入れ可能なメッセージ ペイロードの最大サイズ (KB (キロバイト)単位)。 このプロパティは現在プレミアムでのみ使用され、既定値は 1024 です。

--max-size --max-size-in-megabytes

トピックの最大サイズ (メガバイト単位)。これは、トピックに割り当てられたメモリのサイズです。 既定値は 1024 です。

--status

メッセージング エンティティの状態に使用できる値を列挙します。

承認された値: Active, Creating, Deleting, Disabled, ReceiveDisabled, Renaming, Restoring, SendDisabled, Unknown
グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az servicebus topic delete

指定した名前空間とリソース グループからトピックを削除します。

az servicebus topic delete [--ids]
                           [--name]
                           [--namespace-name]
                           [--resource-group]
                           [--subscription]

省略可能のパラメーター

--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--name --topic-name -n

トピック名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az servicebus topic list

名前空間内のすべてのトピックを一覧表示します。

az servicebus topic list --namespace-name
                         --resource-group
                         [--skip]
                         [--top]

必須のパラメーター

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--skip

Skip は、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定する skip パラメーターが含まれます。

--top

結果の数を最新の N usageDetails に制限するために使用できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az servicebus topic show

指定したトピックの説明を取得します。

az servicebus topic show [--ids]
                         [--name]
                         [--namespace-name]
                         [--resource-group]
                         [--subscription]

省略可能のパラメーター

--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--name --topic-name -n

トピック名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az servicebus topic update

指定した名前空間のトピックを更新します。

az servicebus topic update [--add]
                           [--auto-delete-on-idle]
                           [--default-message-time-to-live]
                           [--duplicate-detection {0, 1, f, false, n, no, t, true, y, yes}]
                           [--duplicate-detection-history-time-window]
                           [--enable-batched-operations {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-express {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-ordering {0, 1, f, false, n, no, t, true, y, yes}]
                           [--enable-partitioning {0, 1, f, false, n, no, t, true, y, yes}]
                           [--force-string {0, 1, f, false, n, no, t, true, y, yes}]
                           [--ids]
                           [--max-message-size]
                           [--max-size]
                           [--name]
                           [--namespace-name]
                           [--remove]
                           [--resource-group]
                           [--set]
                           [--status {Active, Creating, Deleting, Disabled, ReceiveDisabled, Renaming, Restoring, SendDisabled, Unknown}]
                           [--subscription]

省略可能のパラメーター

--add

パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value、string、または JSON 文字列>。

--auto-delete-on-idle

ISO 8601 timespan idle interval after the topic is automatically deleted. 最小時間は、5 分です。

--default-message-time-to-live

ISO 8601 の既定のメッセージ期間はライブ値です。 これは、メッセージが Service Bus に送信されてからメッセージが期限切れになるまでの期間です。 これは、メッセージ自体に TimeToLive が設定されていない場合に使用される既定値です。

--duplicate-detection --enable-duplicate-detection

このキューで重複検出が必要かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--duplicate-detection-history-time-window -d

重複検出履歴の期間を定義する ISO 8601 timeSpan 構造体。 既定値は 10 分です。

--enable-batched-operations

サーバー側のバッチ処理操作が有効かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-express

Express エンティティが有効かどうかを示す値。 高速トピックは、永続ストレージに書き込む前に、メッセージを一時的にメモリに保持します。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-ordering

トピックが順序付けをサポートしているかどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--enable-partitioning

複数のメッセージ ブローカー間でパーティション分割するトピックが有効かどうかを示す値。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--force-string

'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--max-message-size --max-message-size-in-kilobytes

トピックで受け入れ可能なメッセージ ペイロードの最大サイズ (KB (キロバイト)単位)。 このプロパティは現在プレミアムでのみ使用され、既定値は 1024 です。

--max-size --max-size-in-megabytes

トピックの最大サイズ (メガバイト単位)。これは、トピックに割り当てられたメモリのサイズです。 既定値は 1024 です。

--name --topic-name -n

トピック名。

--namespace-name

名前空間の名前。

--remove

リストからプロパティまたは要素を削除します。 例: --remove property.list OR --remove propertyToRemove。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--set

設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=。

--status

メッセージング エンティティの状態に使用できる値を列挙します。

承認された値: Active, Creating, Deleting, Disabled, ReceiveDisabled, Renaming, Restoring, SendDisabled, Unknown
--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。