WebAppRequestHistoryProperties Class

Definition

The request history.

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

Constructors

WebAppRequestHistoryProperties()

Initializes a new instance of WebAppRequestHistoryProperties.

Properties

EndOn

The time the request ended.

Request

The request.

Response

The response.

StartOn

The time the request started.

Explicit Interface Implementations

IJsonModel<WebAppRequestHistoryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppRequestHistoryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppRequestHistoryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppRequestHistoryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppRequestHistoryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to