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.
Constructor Summary
Constructor | Description |
---|---|
NetworkConfigurationDiagnosticResponseInner() |
Creates an instance of Network |
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
Constructor Details
NetworkConfigurationDiagnosticResponseInner
public NetworkConfigurationDiagnosticResponseInner()
Creates an instance of NetworkConfigurationDiagnosticResponseInner class.
Method Details
fromJson
public static NetworkConfigurationDiagnosticResponseInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkConfigurationDiagnosticResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
results
public List
Get the results property: List of network configuration diagnostic results.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java