通过


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

ApplyPatchDeleteFileOperationParam(String) Constructor

Definition

Initializes a new instance of ApplyPatchDeleteFileOperationParam.

public ApplyPatchDeleteFileOperationParam(string path);
new Azure.AI.AgentServer.Responses.Models.ApplyPatchDeleteFileOperationParam : string -> Azure.AI.AgentServer.Responses.Models.ApplyPatchDeleteFileOperationParam
Public Sub New (path As String)

Parameters

path
String

Path of the file to delete relative to the workspace root.

Exceptions

path is null.

Applies to