次の方法で共有


az spring component instance

このリファレンスは、Azure CLI (バージョン 2.56.0 以降) の spring 拡張機能の一部です。 az spring component instance コマンドを初めて実行すると、拡張機能が自動的にインストールされます。 拡張機能の詳細については、 を参照してください。

(エンタープライズ層のみ)マネージド コンポーネントのインスタンスを処理するコマンド。

コマンド

名前 説明 状態
az spring component instance list

(エンタープライズ層のみ)Azure Spring Apps インスタンス内の特定のマネージド コンポーネントの使用可能なすべてのインスタンスを一覧表示します。

拡張 ジョージア州 (GA)

az spring component instance list

(エンタープライズ層のみ)Azure Spring Apps インスタンス内の特定のマネージド コンポーネントの使用可能なすべてのインスタンスを一覧表示します。

az spring component instance list --component
                                  --resource-group
                                  --service

Spring Cloud Gateway の spring-cloud-gateway のインスタンスを一覧表示する

az spring component instance list --component spring-cloud-gateway --service MyAzureSpringAppsInstance --resource-group MyResourceGroup

Spring Cloud Gateway の spring-cloud-gateway-operator のインスタンスを一覧表示する

az spring component instance list --component spring-cloud-gateway-operator --service MyAzureSpringAppsInstance --resource-group MyResourceGroup

必須のパラメーター

--component -c

コンポーネントの名前。 コマンド az spring component listからコンポーネントを検索します。

--resource-group -g

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

--service -s

Azure Spring Apps インスタンスの名前は、az configure --defaults spring=<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 を使用します。