az iot central app private-endpoint-connection
IoT Central アプリケーションのプライベート エンドポイント接続を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
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
省略可能のパラメーター
IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。
承認操作のコメント。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。
指定した IoT Central アプリケーションのリソース グループ名。 --id が指定されていない場合は必須です。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。
指定した IoT Central アプリケーションのリソース グループ名。 --id が指定されていない場合は必須です。
確認のダイアログを表示しません。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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"
省略可能のパラメーター
IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。
リソースの ID。
リソース グループの名前。 指定する場合は、--name も指定する必要があります。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。
拒否操作のコメント。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。
指定した IoT Central アプリケーションのリソース グループ名。 --id が指定されていない場合は必須です。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
省略可能のパラメーター
IoT Central アプリケーションの名前。 --id が指定されていない場合は必須です。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の ID。 --account-name --resource-group/-g と --name/-n が指定されている場合は、省略する必要があります。
IoT Central アプリケーションに関連付けられているプライベート エンドポイント接続の名前。 --id が指定されていない場合は必須です。
指定した IoT Central アプリケーションのリソース グループ名。 --id が指定されていない場合は必須です。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI