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