az storage account private-endpoint-connection

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

ストレージ アカウントのプライベート エンドポイント接続を管理します。

コマンド

名前 説明 Status
az storage account private-endpoint-connection approve

ストレージ アカウントのプライベート エンドポイント接続要求を承認します。

コア プレビュー
az storage account private-endpoint-connection delete

ストレージ アカウントのプライベート エンドポイント接続要求を削除します。

コア プレビュー
az storage account private-endpoint-connection reject

ストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

コア プレビュー
az storage account private-endpoint-connection show

ストレージ アカウントのプライベート エンドポイント接続要求の詳細を表示します。

コア プレビュー

az storage account private-endpoint-connection approve

プレビュー

コマンド グループ "ストレージ アカウントのプライベート エンドポイント接続" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

ストレージ アカウントのプライベート エンドポイント接続要求を承認します。

az storage account private-endpoint-connection approve [--account-name]
                                                       [--description]
                                                       [--id]
                                                       [--name]
                                                       [--resource-group]

ID でストレージ アカウントのプライベート エンドポイント接続要求を承認します。

az storage account private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

ID でストレージ アカウントのプライベート エンドポイント接続要求を承認します。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection approve --id $id

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を承認します。

az storage account private-endpoint-connection approve -g myRg --account-name mystorageaccount --name myconnection

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を承認します。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection approve -g myRg --account-name mystorageaccount --name $name

省略可能のパラメーター

--account-name

ストレージ アカウントの名前。

--description

承認操作のコメント。

--id

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show取得できます。

--name -n

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。

--resource-group -g

指定したストレージ アカウントのリソース グループ名。

グローバル パラメーター
--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 storage account private-endpoint-connection delete

プレビュー

コマンド グループ "ストレージ アカウントのプライベート エンドポイント接続" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

ストレージ アカウントのプライベート エンドポイント接続要求を削除します。

az storage account private-endpoint-connection delete [--account-name]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]
                                                      [--yes]

ストレージ アカウントのプライベート エンドポイント接続要求を ID で削除します。

az storage account private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

ストレージ アカウントのプライベート エンドポイント接続要求を ID で削除します。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection delete --id $id

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を削除します。

az storage account private-endpoint-connection delete -g myRg --account-name mystorageaccount --name myconnection

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を削除します。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection delete -g myRg --account-name mystorageaccount --name $name

省略可能のパラメーター

--account-name

ストレージ アカウントの名前。

--id

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show取得できます。

--name -n

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。

--resource-group -g

指定したストレージ アカウントのリソース グループ名。

--yes -y

確認のダイアログを表示しません。

既定値: False
グローバル パラメーター
--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 storage account private-endpoint-connection reject

プレビュー

コマンド グループ "ストレージ アカウントのプライベート エンドポイント接続" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

ストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

az storage account private-endpoint-connection reject [--account-name]
                                                      [--description]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]

ID でストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

az storage account private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

ID でストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection reject --id $id

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

az storage account private-endpoint-connection reject -g myRg --account-name mystorageaccount --name myconnection

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求を拒否します。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection reject -g myRg --account-name mystorageaccount --name $name

省略可能のパラメーター

--account-name

ストレージ アカウントの名前。

--description

拒否操作のコメント。

--id

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show取得できます。

--name -n

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。

--resource-group -g

指定したストレージ アカウントのリソース グループ名。

グローバル パラメーター
--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 storage account private-endpoint-connection show

プレビュー

コマンド グループ "ストレージ アカウントのプライベート エンドポイント接続" はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

ストレージ アカウントのプライベート エンドポイント接続要求の詳細を表示します。

az storage account private-endpoint-connection show [--account-name]
                                                    [--id]
                                                    [--name]
                                                    [--resource-group]

ストレージ アカウントのプライベート エンドポイント接続要求の詳細を ID で表示します。

az storage account private-endpoint-connection show --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

ストレージ アカウントのプライベート エンドポイント接続要求の詳細を ID で表示します。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection show --id $id

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求の詳細を表示します。

az storage account private-endpoint-connection show -g myRg --account-name mystorageaccount --name myconnection

アカウント名と接続名を使用して、ストレージ アカウントのプライベート エンドポイント接続要求の詳細を表示します。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection show -g myRg --account-name mystorageaccount --name $name

省略可能のパラメーター

--account-name

ストレージ アカウントの名前。

--id

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show取得できます。

--name -n

ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。

--resource-group -g

指定したストレージ アカウントのリソース グループ名。

グローバル パラメーター
--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 を使います。