NetworkTraceInner Constructors

Definition

Overloads

NetworkTraceInner()

Initializes a new instance of the NetworkTraceInner class.

NetworkTraceInner(String, String, String)

Initializes a new instance of the NetworkTraceInner class.

NetworkTraceInner()

Initializes a new instance of the NetworkTraceInner class.

public NetworkTraceInner ();
Public Sub New ()

Applies to

NetworkTraceInner(String, String, String)

Initializes a new instance of the NetworkTraceInner class.

public NetworkTraceInner (string path = default, string status = default, string message = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.NetworkTraceInner
Public Sub New (Optional path As String = Nothing, Optional status As String = Nothing, Optional message As String = Nothing)

Parameters

path
String

Local file path for the captured network trace file.

status
String

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

message
String

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

Applies to