NetworkConfigurationDiagnosticResult Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. NetworkConfigurationDiagnosticResult
- com.
Implements
public final class NetworkConfigurationDiagnosticResult
implements JsonSerializable<NetworkConfigurationDiagnosticResult>
Network configuration diagnostic result corresponded to provided traffic query.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Network |
networkSecurityGroupResult()
Get the network |
|
Network |
profile()
Get the profile property: Network configuration diagnostic profile. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static NetworkConfigurationDiagnosticResult fromJson(JsonReader jsonReader)
Reads an instance of NetworkConfigurationDiagnosticResult from the JsonReader.
Parameters:
Returns:
Throws:
networkSecurityGroupResult
public NetworkSecurityGroupResult networkSecurityGroupResult()
Get the networkSecurityGroupResult property: Network security group result.
Returns:
profile
public NetworkConfigurationDiagnosticProfile profile()
Get the profile property: Network configuration diagnostic profile.
Returns:
toJson
validate
public void validate()
Validates the instance.