Class NetworkConfigurationDiagnosticResult
java.lang.Object
com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticResult
Network configuration diagnostic result corresponded to provided traffic query.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkConfigurationDiagnosticResult class. -
Method Summary
Modifier and TypeMethodDescriptionGet the networkSecurityGroupResult property: Network security group result.profile()Get the profile property: Network configuration diagnostic profile.voidvalidate()Validates the instance.withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult) Set the networkSecurityGroupResult property: Network security group result.Set the profile property: Network configuration diagnostic profile.
-
Constructor Details
-
NetworkConfigurationDiagnosticResult
public NetworkConfigurationDiagnosticResult()Creates an instance of NetworkConfigurationDiagnosticResult class.
-
-
Method Details
-
profile
Get the profile property: Network configuration diagnostic profile.- Returns:
- the profile value.
-
withProfile
public NetworkConfigurationDiagnosticResult withProfile(NetworkConfigurationDiagnosticProfile profile) Set the profile property: Network configuration diagnostic profile.- Parameters:
profile- the profile value to set.- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-
networkSecurityGroupResult
Get the networkSecurityGroupResult property: Network security group result.- Returns:
- the networkSecurityGroupResult value.
-
withNetworkSecurityGroupResult
public NetworkConfigurationDiagnosticResult withNetworkSecurityGroupResult(NetworkSecurityGroupResult networkSecurityGroupResult) Set the networkSecurityGroupResult property: Network security group result.- Parameters:
networkSecurityGroupResult- the networkSecurityGroupResult value to set.- Returns:
- the NetworkConfigurationDiagnosticResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-