NetworkConfigurationDiagnosticResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkConfigurationDiagnosticResponseInner
- com.
Implements
public final class NetworkConfigurationDiagnosticResponseInner
implements JsonSerializable<NetworkConfigurationDiagnosticResponseInner>
Results of network configuration diagnostic on the target resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
List<Network |
results()
Get the results property: List of network configuration diagnostic results. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static NetworkConfigurationDiagnosticResponseInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkConfigurationDiagnosticResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
results
public List<NetworkConfigurationDiagnosticResult> results()
Get the results property: List of network configuration diagnostic results.
Returns:
toJson
validate
public void validate()
Validates the instance.