Freigeben über


ApplyPatchUpdateFileOperation Class

Definition

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
ApplyPatchUpdateFileOperation
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ApplyPatchFileOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ApplyPatchFileOperation)
IJsonModel<ApplyPatchFileOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ApplyPatchFileOperation)
IJsonModel<ApplyPatchUpdateFileOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ApplyPatchUpdateFileOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ApplyPatchFileOperation>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ApplyPatchFileOperation)
IPersistableModel<ApplyPatchFileOperation>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ApplyPatchFileOperation)
IPersistableModel<ApplyPatchFileOperation>.Write(ModelReaderWriterOptions) (Inherited from ApplyPatchFileOperation)
IPersistableModel<ApplyPatchUpdateFileOperation>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ApplyPatchUpdateFileOperation>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ApplyPatchUpdateFileOperation>.Write(ModelReaderWriterOptions)

Applies to