NetworkTrace Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NetworkTrace() |
Initializes a new instance of the NetworkTrace class. |
NetworkTrace(String, String, String) |
Initializes a new instance of the NetworkTrace class. |
NetworkTrace()
Initializes a new instance of the NetworkTrace class.
public NetworkTrace ();
Public Sub New ()
Applies to
NetworkTrace(String, String, String)
Initializes a new instance of the NetworkTrace class.
public NetworkTrace (string path = default, string status = default, string message = default);
new Microsoft.Azure.Management.WebSites.Models.NetworkTrace : string * string * string -> Microsoft.Azure.Management.WebSites.Models.NetworkTrace
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
Azure SDK for .NET