WebAppNetworkTrace Class

Definition

Network trace Serialized Name: NetworkTrace

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

Properties

Name Description
Message

Detailed message of a network trace operation, e.g. error message in case of failure. Serialized Name: NetworkTrace.message

Path

Local file path for the captured network trace file. Serialized Name: NetworkTrace.path

Status

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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