通过


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

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