ApplyPatchUpdateFileOperationParam Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Apply patch update file operation.
public class ApplyPatchUpdateFileOperationParam : Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchUpdateFileOperationParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchUpdateFileOperationParam>
type ApplyPatchUpdateFileOperationParam = class
inherit ApplyPatchOperationParam
interface IJsonModel<ApplyPatchUpdateFileOperationParam>
interface IPersistableModel<ApplyPatchUpdateFileOperationParam>
Public Class ApplyPatchUpdateFileOperationParam
Inherits ApplyPatchOperationParam
Implements IJsonModel(Of ApplyPatchUpdateFileOperationParam), IPersistableModel(Of ApplyPatchUpdateFileOperationParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyPatchUpdateFileOperationParam(String, String) |
Initializes a new instance of ApplyPatchUpdateFileOperationParam. |
Properties
| Name | Description |
|---|---|
| Diff |
Unified diff content to apply to the existing file. |
| Path |
Path of the file to update relative to the workspace root. |