Class NetworkConfigurationDiagnosticResult

java.lang.Object
com.azure.resourcemanager.network.models.NetworkConfigurationDiagnosticResult

public final class NetworkConfigurationDiagnosticResult extends Object
Network configuration diagnostic result corresponded to provided traffic query.
  • 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

      Set the profile property: Network configuration diagnostic profile.
      Parameters:
      profile - the profile value to set.
      Returns:
      the NetworkConfigurationDiagnosticResult object itself.
    • networkSecurityGroupResult

      public NetworkSecurityGroupResult 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.