INetworkTrace Interface
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.
[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) |