Share via


ApprovalActionResult Class

Definition

Response body after handling of approvalCallbackRequest.

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

Properties

Message

Confirmation message indicating the result of the operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApprovalActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApprovalActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApprovalActionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApprovalActionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApprovalActionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to