通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionShellActionParam(IEnumerable<String>) Constructor

Definition

Initializes a new instance of FunctionShellActionParam.

public FunctionShellActionParam(System.Collections.Generic.IEnumerable<string> commands);
new Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam : seq<string> -> Azure.AI.AgentServer.Responses.Models.FunctionShellActionParam
Public Sub New (commands As IEnumerable(Of String))

Parameters

commands
IEnumerable<String>

Ordered shell commands for the execution environment to run.

Exceptions

commands is null.

Applies to