ApplyPatchCreateFileOperation 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 ApplyPatchCreateFileOperation : Azure.AI.AgentServer.Responses.Models.ApplyPatchFileOperation, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchCreateFileOperation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchCreateFileOperation>
type ApplyPatchCreateFileOperation = class
inherit ApplyPatchFileOperation
interface IJsonModel<ApplyPatchCreateFileOperation>
interface IPersistableModel<ApplyPatchCreateFileOperation>
Public Class ApplyPatchCreateFileOperation
Inherits ApplyPatchFileOperation
Implements IJsonModel(Of ApplyPatchCreateFileOperation), IPersistableModel(Of ApplyPatchCreateFileOperation)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyPatchCreateFileOperation(String, String) |
Initializes a new instance of ApplyPatchCreateFileOperation. |
Properties
| Name | Description |
|---|---|
| Diff |
Diff to apply. |
| Path |
Path of the file to create. |