Invoke-AksEdgeNodeCommand
在 VM 上执行 SSH 命令。
语法
Invoke-AksEdgeNodeCommand [[-command] <String>] [-ignoreError] [[-NodeType] <String>]
说明
Invoke-AksEdgeNodeCommand cmdlet 在虚拟机中执行命令并返回输出。 此 cmdlet 仅适用于返回有限输出的命令。 它不能用于需要用户交互或无限期运行的命令。
示例
Invoke-AksEdgeNodeCommand -Command "sudo ps aux"
parameters
-command
在 VM 中执行的命令
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ignoreError
(可选)如果存在此标志,请忽略命令中的错误, (不会引发) 。
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-NodeType
NodeType 指定要连接到的 Linux 或 Windows 节点。 默认值为 Linux。
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Linux
Accept pipeline input: False
Accept wildcard characters: False