Freigeben über


ApplyPatchFileOperation Class

Definition

Apply patch operation Please note this is the abstract base class. The derived classes available for instantiation are: ApplyPatchCreateFileOperation, ApplyPatchDeleteFileOperation, and ApplyPatchUpdateFileOperation.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownApplyPatchFileOperation))]
public abstract class ApplyPatchFileOperation : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchFileOperation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchFileOperation>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.AgentServer.Responses.Models.UnknownApplyPatchFileOperation))>]
type ApplyPatchFileOperation = class
    interface IJsonModel<ApplyPatchFileOperation>
    interface IPersistableModel<ApplyPatchFileOperation>
Public MustInherit Class ApplyPatchFileOperation
Implements IJsonModel(Of ApplyPatchFileOperation), IPersistableModel(Of ApplyPatchFileOperation)
Inheritance
ApplyPatchFileOperation
Derived
Attributes
Implements

Applies to