Share via


ApplyPatchCreateFileOperationParam Class

Definition

Apply patch create file operation.

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

Constructors

Name Description
ApplyPatchCreateFileOperationParam(String, String)

Initializes a new instance of ApplyPatchCreateFileOperationParam.

Properties

Name Description
Diff

Unified diff content to apply when creating the file.

Path

Path of the file to create 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<ApplyPatchCreateFileOperationParam>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ApplyPatchCreateFileOperationParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<ApplyPatchOperationParam>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from ApplyPatchOperationParam)
IJsonModel<ApplyPatchOperationParam>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ApplyPatchOperationParam)
IPersistableModel<ApplyPatchCreateFileOperationParam>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ApplyPatchCreateFileOperationParam>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ApplyPatchCreateFileOperationParam>.Write(ModelReaderWriterOptions)
IPersistableModel<ApplyPatchOperationParam>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from ApplyPatchOperationParam)
IPersistableModel<ApplyPatchOperationParam>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from ApplyPatchOperationParam)
IPersistableModel<ApplyPatchOperationParam>.Write(ModelReaderWriterOptions) (Inherited from ApplyPatchOperationParam)

Applies to