Class DiagnoseVirtualNetworkResultInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.DiagnoseVirtualNetworkResultInner
The DiagnoseVirtualNetworkResult model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindings()
Get the findings property: The list of network connectivity diagnostic finding.void
validate()
Validates the instance.withFindings
(List<String> findings) Set the findings property: The list of network connectivity diagnostic finding.
-
Constructor Details
-
DiagnoseVirtualNetworkResultInner
public DiagnoseVirtualNetworkResultInner()
-
-
Method Details
-
findings
Get the findings property: The list of network connectivity diagnostic finding.- Returns:
- the findings value.
-
withFindings
Set the findings property: The list of network connectivity diagnostic finding.- Parameters:
findings
- the findings value to set.- Returns:
- the DiagnoseVirtualNetworkResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-