Class NetworkConfigurationDiagnosticResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.NetworkConfigurationDiagnosticResponseInner
-
public final class NetworkConfigurationDiagnosticResponseInner extends Object
Results of network configuration diagnostic on the target resource.
-
-
Constructor Summary
Constructors Constructor Description NetworkConfigurationDiagnosticResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NetworkConfigurationDiagnosticResult>results()Get the results property: List of network configuration diagnostic results.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
results
public List<NetworkConfigurationDiagnosticResult> results()
Get the results property: List of network configuration diagnostic results.- Returns:
- the results value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-