Share via


NetworkTrace Class

Definition

Network trace

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkTraceTypeConverter))]
public class NetworkTrace : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.INetworkTrace
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.NetworkTraceTypeConverter))>]
type NetworkTrace = class
    interface INetworkTrace
    interface IJsonSerializable
Public Class NetworkTrace
Implements INetworkTrace
Inheritance
NetworkTrace
Attributes
Implements

Constructors

NetworkTrace()

Creates an new NetworkTrace instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkTrace.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkTrace.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.INetworkTrace.

FromJsonString(String)

Creates a new instance of NetworkTrace, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkTrace into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to