다음을 통해 공유


LogicWorkflowRequestHistoryProperties Class

Definition

The request history.

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

Constructors

LogicWorkflowRequestHistoryProperties()

Initializes a new instance of LogicWorkflowRequestHistoryProperties.

Properties

EndOn

The time the request ended.

Request

The request.

Response

The response.

StartOn

The time the request started.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicWorkflowRequestHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicWorkflowRequestHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicWorkflowRequestHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicWorkflowRequestHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicWorkflowRequestHistoryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to