NetworkConfigurationDiagnosticResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.NetworkConfigurationDiagnosticResponseInner

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 NetworkConfigurationDiagnosticResponseInner class.

Method Summary

Modifier and Type Method and Description
static NetworkConfigurationDiagnosticResponseInner fromJson(JsonReader jsonReader)

Reads an instance of NetworkConfigurationDiagnosticResponseInner from the JsonReader.

List<NetworkConfigurationDiagnosticResult> results()

Get the results property: List of network configuration diagnostic results.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of NetworkConfigurationDiagnosticResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the NetworkConfigurationDiagnosticResponseInner.

results

public List results()

Get the results property: List of network configuration diagnostic results.

Returns:

the results value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to