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.
Constructor Summary
Constructor | Description |
---|---|
NetworkConfigurationDiagnosticResult() |
Creates an instance of Network |
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. |
Network |
withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult)
Set the network |
Network |
withProfile(NetworkConfigurationDiagnosticProfile profile)
Set the profile property: Network configuration diagnostic profile. |
Methods inherited from java.lang.Object
Constructor Details
NetworkConfigurationDiagnosticResult
public NetworkConfigurationDiagnosticResult()
Creates an instance of NetworkConfigurationDiagnosticResult class.
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.
withNetworkSecurityGroupResult
public NetworkConfigurationDiagnosticResult withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult)
Set the networkSecurityGroupResult property: Network security group result.
Parameters:
Returns:
withProfile
public NetworkConfigurationDiagnosticResult withProfile(NetworkConfigurationDiagnosticProfile profile)
Set the profile property: Network configuration diagnostic profile.
Parameters:
Returns:
Applies to
Azure SDK for Java