通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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