Share via


ApplyPatchUpdateFileOperationParam Class

Definition

Apply patch update file operation.

public class ApplyPatchUpdateFileOperationParam : Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchUpdateFileOperationParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ApplyPatchUpdateFileOperationParam>
type ApplyPatchUpdateFileOperationParam = class
    inherit ApplyPatchOperationParam
    interface IJsonModel<ApplyPatchUpdateFileOperationParam>
    interface IPersistableModel<ApplyPatchUpdateFileOperationParam>
Public Class ApplyPatchUpdateFileOperationParam
Inherits ApplyPatchOperationParam
Implements IJsonModel(Of ApplyPatchUpdateFileOperationParam), IPersistableModel(Of ApplyPatchUpdateFileOperationParam)
Inheritance
ApplyPatchUpdateFileOperationParam
Implements

Constructors

Name Description
ApplyPatchUpdateFileOperationParam(String, String)

Initializes a new instance of ApplyPatchUpdateFileOperationParam.

Properties

Name Description
Diff

Unified diff content to apply to the existing file.

Path

Path of the file to update relative to the workspace root.

Methods

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

Explicit Interface Implementations

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

Applies to