Class NetworkConfigurationDiagnosticParameters

java.lang.Object
com.microsoft.azure.management.network.NetworkConfigurationDiagnosticParameters

public class NetworkConfigurationDiagnosticParameters extends Object
Parameters to get network configuration diagnostic.
  • Constructor Details

    • NetworkConfigurationDiagnosticParameters

      public NetworkConfigurationDiagnosticParameters()
  • Method Details

    • targetResourceId

      public String targetResourceId()
      Get the ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.
      Returns:
      the targetResourceId value
    • withTargetResourceId

      public NetworkConfigurationDiagnosticParameters withTargetResourceId(String targetResourceId)
      Set the ID of the target resource to perform network configuration diagnostic. Valid options are VM, NetworkInterface, VMSS/NetworkInterface and Application Gateway.
      Parameters:
      targetResourceId - the targetResourceId value to set
      Returns:
      the NetworkConfigurationDiagnosticParameters object itself.
    • verbosityLevel

      public VerbosityLevel verbosityLevel()
      Get verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'.
      Returns:
      the verbosityLevel value
    • withVerbosityLevel

      public NetworkConfigurationDiagnosticParameters withVerbosityLevel(VerbosityLevel verbosityLevel)
      Set verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'.
      Parameters:
      verbosityLevel - the verbosityLevel value to set
      Returns:
      the NetworkConfigurationDiagnosticParameters object itself.
    • profiles

      Get list of network configuration diagnostic profiles.
      Returns:
      the profiles value
    • withProfiles

      Set list of network configuration diagnostic profiles.
      Parameters:
      profiles - the profiles value to set
      Returns:
      the NetworkConfigurationDiagnosticParameters object itself.