Share via


INetworkTrace Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkTraceTypeConverter))]
public interface INetworkTrace : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkTraceTypeConverter))>]
type INetworkTrace = interface
    interface IJsonSerializable
Public Interface INetworkTrace
Implements IJsonSerializable
Derived
Attributes
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).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to