WebAppNetworkTrace Class

Definition

Network trace.

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

Properties

Message

Detailed message of a network trace operation, e.g. error message in case of failure.

Path

Local file path for the captured network trace file.

Status

Current status of the network trace operation, same as Operation.Status (InProgress/Succeeded/Failed).

Explicit Interface Implementations

IJsonModel<WebAppNetworkTrace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebAppNetworkTrace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppNetworkTrace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppNetworkTrace>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebAppNetworkTrace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to