public final class NetworkTraceInner extends Object
| Constructor and Description |
|---|
NetworkTraceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
message()
Get the message property: Detailed message of a network trace operation, e.g.
|
String |
path()
Get the path property: Local file path for the captured network trace file.
|
String |
status()
Get the status property: Current status of the network trace operation, same as Operation.Status
(InProgress/Succeeded/Failed).
|
void |
validate()
Validates the instance.
|
NetworkTraceInner |
withMessage(String message)
Set the message property: Detailed message of a network trace operation, e.g.
|
NetworkTraceInner |
withPath(String path)
Set the path property: Local file path for the captured network trace file.
|
NetworkTraceInner |
withStatus(String status)
Set the status property: Current status of the network trace operation, same as Operation.Status
(InProgress/Succeeded/Failed).
|
public String path()
public NetworkTraceInner withPath(String path)
path - the path value to set.public String status()
public NetworkTraceInner withStatus(String status)
status - the status value to set.public String message()
public NetworkTraceInner withMessage(String message)
message - the message value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.