Share via


ApprovalDeletionCallbackContent Class

Definition

Request body for calling post-action.

public class ApprovalDeletionCallbackContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.VirtualEnclaves.Models.ApprovalDeletionCallbackContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.VirtualEnclaves.Models.ApprovalDeletionCallbackContent>
type ApprovalDeletionCallbackContent = class
    interface IJsonModel<ApprovalDeletionCallbackContent>
    interface IPersistableModel<ApprovalDeletionCallbackContent>
Public Class ApprovalDeletionCallbackContent
Implements IJsonModel(Of ApprovalDeletionCallbackContent), IPersistableModel(Of ApprovalDeletionCallbackContent)
Inheritance
ApprovalDeletionCallbackContent
Implements

Constructors

ApprovalDeletionCallbackContent(PostActionDeletionResourceRequestAction)

Initializes a new instance of ApprovalDeletionCallbackContent.

Properties

ResourceRequestAction

Resource request action indicating action which needed to be performed upon calling approval-deletion-callback post action.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApprovalDeletionCallbackContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApprovalDeletionCallbackContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApprovalDeletionCallbackContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApprovalDeletionCallbackContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApprovalDeletionCallbackContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to