az aosm publisher artifact-store artifact version

Note

このリファレンスは、Azure CLI (バージョン 2.54.0 以降) の aosm 拡張機能の一部です。 拡張機能は、az aosm publisher artifact-store artifact version コマンドを初めて実行するときに自動的にインストールされます。 拡張機能の詳細をご覧ください。

コマンド グループ 'az aosm publisher artifact-store artifact' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

成果物のバージョンを管理するコマンド。

コマンド

名前 説明 Status
az aosm publisher artifact-store artifact version list

成果物の概要情報を一覧表示します。

拡張子 プレビュー
az aosm publisher artifact-store artifact version update-state

成果物ストアで定義されている成果物の状態を更新します。

拡張子 プレビュー

az aosm publisher artifact-store artifact version list

プレビュー

コマンド グループ 'az aosm publisher artifact-store artifact version' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

成果物の概要情報を一覧表示します。

az aosm publisher artifact-store artifact version list --artifact-name
                                                       --artifact-store-name
                                                       --publisher-name
                                                       --resource-group
                                                       [--max-items]
                                                       [--next-token]

'contoso' パブリッシャーの 'contoso' アーティファクト ストア内の 'nginx' 成果物の概要情報を一覧表示する

az aosm publisher artifact-store artifact version list --resource-group contoso-aosm --publisher-name contoso --artifact-store-name contoso --artifact-name nginx

必須のパラメーター

--artifact-name

成果物の名前。

--artifact-store-name

アーティファクト ストアの名前。

--publisher-name

発行元の名前。

--resource-group -g

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

省略可能のパラメーター

--max-items

コマンドの出力で返される項目の合計数。 使用可能な項目の合計数が指定された値を超える場合は、コマンドの出力にトークンが提供されます。 改ページ位置の変更を再開するには、後続のコマンドの引数に --next-token トークン値を指定します。

--next-token

ページ分割を開始する場所を指定するトークン。 これは、以前に切り捨てられた応答からのトークン値です。

グローバル パラメーター
--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 aosm publisher artifact-store artifact version update-state

プレビュー

コマンド グループ 'az aosm publisher artifact-store artifact version' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

成果物ストアで定義されている成果物の状態を更新します。

az aosm publisher artifact-store artifact version update-state --artifact-name
                                                               [--artifact-state {Active, Deprecated, Preview, Unknown}]
                                                               [--artifact-store-name]
                                                               [--ids]
                                                               [--name]
                                                               [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                               [--publisher-name]
                                                               [--resource-group]
                                                               [--subscription]

'contoso' パブリッシャーの 'contoso' 成果物ストアにある 'nginx' 成果物の 1.0.0 バージョンを非推奨にしてください

az aosm publisher artifact-store artifact version update-state --resource-group contoso-aosm --publisher-name contoso --artifact-store-name contoso --artifact-name nginx --name 1.0.0 --artifact-state Deprecated

必須のパラメーター

--artifact-name

成果物の名前。

省略可能のパラメーター

--artifact-state

成果物の状態。

承認された値: Active, Deprecated, Preview, Unknown
--artifact-store-name

アーティファクト ストアの名前。

--ids

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

--name -n

成果物のバージョンの名前。

--no-wait

実行時間の長い操作の終了を待機しません。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--publisher-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 を使います。