ApplyPatchCreateFileOperationParam 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 create file operation.
public class ApplyPatchCreateFileOperationParam : Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchCreateFileOperationParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchCreateFileOperationParam>
type ApplyPatchCreateFileOperationParam = class
inherit ApplyPatchOperationParam
interface IJsonModel<ApplyPatchCreateFileOperationParam>
interface IPersistableModel<ApplyPatchCreateFileOperationParam>
Public Class ApplyPatchCreateFileOperationParam
Inherits ApplyPatchOperationParam
Implements IJsonModel(Of ApplyPatchCreateFileOperationParam), IPersistableModel(Of ApplyPatchCreateFileOperationParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyPatchCreateFileOperationParam(String, String) |
Initializes a new instance of ApplyPatchCreateFileOperationParam. |
Properties
| Name | Description |
|---|---|
| Diff |
Unified diff content to apply when creating the file. |
| Path |
Path of the file to create relative to the workspace root. |