Freigeben über


ApplyPatchDeleteFileOperation Class

Definition

Apply patch delete file operation.

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

Constructors

Name Description
ApplyPatchDeleteFileOperation(String)

Initializes a new instance of ApplyPatchDeleteFileOperation.

Properties

Name Description
Path

Path of the file to delete.

Methods

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

Explicit Interface Implementations

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

Applies to