az servicebus namespace authorization-rule keys

Servicebus 名前空間の承認規則キー。

コマンド

名前 説明 Status
az servicebus namespace authorization-rule keys list

名前空間のプライマリとセカンダリの接続文字列を取得します。

コア GA
az servicebus namespace authorization-rule keys renew

名前空間のプライマリまたはセカンダリの接続文字列を再生成します。

コア GA

az servicebus namespace authorization-rule keys list

名前空間のプライマリとセカンダリの接続文字列を取得します。

az servicebus namespace authorization-rule keys list --authorization-rule-name
                                                     --namespace-name
                                                     --resource-group

Service Bus 名前空間の承認規則のキーと接続文字列を一覧表示する

az servicebus namespace authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule

必須のパラメーター

--authorization-rule-name --name -n

承認規則の名前。

--namespace-name

名前空間の名前。

--resource-group -g

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

グローバル パラメーター
--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 namespace authorization-rule keys renew

名前空間のプライマリまたはセカンダリの接続文字列を再生成します。

az servicebus namespace authorization-rule keys renew --key {PrimaryKey, SecondaryKey}
                                                      [--authorization-rule-name]
                                                      [--ids]
                                                      [--key-value]
                                                      [--namespace-name]
                                                      [--resource-group]
                                                      [--subscription]

Service Bus 名前空間の承認規則のキーを再生成します。

az servicebus namespace authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --key PrimaryKey

Service Bus 名前空間の承認規則のキーを再生成する (自動生成)

az servicebus namespace authorization-rule keys renew --key PrimaryKey --name myauthorule --namespace-name mynamespace --resource-group myresourcegroup --subscription MySubscription

必須のパラメーター

--key

再生成するアクセス キー。

承認された値: PrimaryKey, SecondaryKey

省略可能のパラメーター

--authorization-rule-name --name -n

承認規則の名前。

--ids

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

--key-value

指定されたキー値が KeyType 値にリセットされる場合、または keyType に設定されたキー値を自動生成する場合は省略可能です。

--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 を使います。