az iot central app private-endpoint-connection

IoT Central アプリケーションのプライベート エンドポイント接続を管理します。

コマンド

名前 説明 Status
az iot central app private-endpoint-connection approve

IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

コア GA
az iot central app private-endpoint-connection delete

IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

コア GA
az iot central app private-endpoint-connection list

IoT Central アプリケーションのすべてのプライベート エンドポイント接続を一覧表示します。

コア GA
az iot central app private-endpoint-connection reject

IoT Central アプリケーションのプライベート エンドポイント接続要求を拒否します。

コア GA
az iot central app private-endpoint-connection show

IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を表示します。

コア GA

az iot central app private-endpoint-connection approve

IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

az iot central app private-endpoint-connection approve [--account-name]
                                                       [--description]
                                                       [--id]
                                                       [--name]
                                                       [--resource-group]

ID で IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

az iot central app private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.IoTCentral/IoTApps/my-iotc-app/privateEndpointConnections/my-iotc-app.b56b5a95-0588-4f8b-b348-15db61590a6c"

ID で IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

id = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].id")
az iot central app private-endpoint-connection approve --id $id

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

az iot central app private-endpoint-connection approve -g myRg --account-name my-iotc-app --name myconnection

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続要求を承認します。

name = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].name")
az iot central app private-endpoint-connection approve -g myRg --account-name my-iotc-app --name $name

省略可能のパラメーター

--account-name

IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。

--description

承認操作のコメント。

--id

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。

--name -n

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。

--resource-group -g

指定した IoT Central アプリケーションのリソース グループ名。 --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 を使います。

az iot central app private-endpoint-connection delete

IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

az iot central app private-endpoint-connection delete [--account-name]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]
                                                      [--yes]

ID で IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

az iot central app private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.IoTCentral/IoTApps/my-iotc-app/privateEndpointConnections/my-iotc-app.b56b5a95-0588-4f8b-b348-15db61590a6c"

ID で IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

id = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].id")
az iot central app private-endpoint-connection delete --id $id

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

az iot central app private-endpoint-connection delete -g myRg --account-name my-iotc-app --name myconnection

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続を削除します。

name = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].name")
az iot central app private-endpoint-connection delete -g myRg --account-name my-iotc-app --name $name

省略可能のパラメーター

--account-name

IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。

--id

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。

--name -n

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。

--resource-group -g

指定した IoT Central アプリケーションのリソース グループ名。 --id が指定されていない場合は必須です。

--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 iot central app private-endpoint-connection list

IoT Central アプリケーションのすべてのプライベート エンドポイント接続を一覧表示します。

az iot central app private-endpoint-connection list [--account-name]
                                                    [--id]
                                                    [--resource-group]

リソース グループとアプリケーション名を指定して、IoT Central アプリケーション内のすべてのプライベート エンドポイント接続を一覧表示します。

az iot central app private-endpoint-connection list -g MyResourceGroup --account-name my-iotc-app

接続 ID を指定して、IoT Central アプリケーション内のすべてのプライベート エンドポイント接続を一覧表示する

az iot central app private-endpoint-connection list --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.IoTCentral/IoTApps/my-iotc-app/privateEndpointConnections/my-iotc-app.b56b5a95-0588-4f8b-b348-15db61590a6c"

省略可能のパラメーター

--account-name

IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。

--id

リソースの ID。

--resource-group -g

リソース グループの名前。 指定する場合は、--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 iot central app private-endpoint-connection reject

IoT Central アプリケーションのプライベート エンドポイント接続要求を拒否します。

az iot central app private-endpoint-connection reject [--account-name]
                                                      [--description]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]

ID で IoT Central アプリケーションのプライベート エンドポイント接続要求を拒否します。

az iot central app private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.IoTCentral/IoTApps/my-iotc-app/privateEndpointConnections/my-iotc-app.b56b5a95-0588-4f8b-b348-15db61590a6c"

ID で IoT Central アプリケーションのプライベート エンドポイント接続要求を拒否します。

id = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].id")
az iot central app private-endpoint-connection reject --id $id

アカウント名と接続名を使用して、IoT Central アプリケーション アプリのプライベート エンドポイント接続要求を拒否します。

az iot central app private-endpoint-connection reject -g myRg --account-name my-iotc-app --name myconnection

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続要求を拒否します。

name = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].name")
az iot central app private-endpoint-connection reject -g myRg --account-name my-iotc-app --name $name

省略可能のパラメーター

--account-name

IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。

--description

拒否操作のコメント。

--id

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。

--name -n

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。

--resource-group -g

指定した IoT Central アプリケーションのリソース グループ名。 --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 を使います。

az iot central app private-endpoint-connection show

IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を表示します。

az iot central app private-endpoint-connection show [--account-name]
                                                    [--id]
                                                    [--name]
                                                    [--resource-group]

IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を ID で表示します。

az iot central app private-endpoint-connection show --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.IoTCentral/IoTApps/my-iotc-app/privateEndpointConnections/my-iotc-app.b56b5a95-0588-4f8b-b348-15db61590a6c"

IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を ID で表示します。

id = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].id")
az iot central app private-endpoint-connection show --id $id

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を表示します。

az iot central app private-endpoint-connection show -g myRg --account-name my-iotc-app --name myconnection

アカウント名と接続名を使用して、IoT Central アプリケーションのプライベート エンドポイント接続要求の詳細を表示します。

name = (az iot central app show -n my-iotc-app --query "privateEndpointConnections[0].name")
az iot central app private-endpoint-connection show -g myRg --account-name my-iotc-app --name $name

省略可能のパラメーター

--account-name

IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。

--id

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。

--name -n

IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。

--resource-group -g

指定した IoT Central アプリケーションのリソース グループ名。 --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 を使います。