az storage account private-endpoint-connection
このコマンド グループはプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
ストレージ アカウントのプライベート エンドポイント接続を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
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
省略可能のパラメーター
ストレージ アカウントの名前。
承認操作のコメント。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show
取得できます。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。
指定したストレージ アカウントのリソース グループ名。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
ストレージ アカウントの名前。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show
取得できます。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。
指定したストレージ アカウントのリソース グループ名。
確認のダイアログを表示しません。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
ストレージ アカウントの名前。
拒否操作のコメント。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show
取得できます。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。
指定したストレージ アカウントのリソース グループ名。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
ストレージ アカウントの名前。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の ID。 を使用して az storage account show
取得できます。
ストレージ アカウントに関連付けられているプライベート エンドポイント接続の名前。
指定したストレージ アカウントのリソース グループ名。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI