NetworkConfigurationDiagnosticParameters Class

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

public class NetworkConfigurationDiagnosticParameters

Parameters to get network configuration diagnostic.

Constructor Summary

Constructor Description
NetworkConfigurationDiagnosticParameters()

Method Summary

Modifier and Type Method and Description
java.util.List<NetworkConfigurationDiagnosticProfile> profiles()

Get list of network configuration diagnostic profiles.

java.lang.String targetResourceId()

Get the ID of the target resource to perform network configuration diagnostic.

VerbosityLevel verbosityLevel()

Get verbosity level.

NetworkConfigurationDiagnosticParameters withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles)

Set list of network configuration diagnostic profiles.

NetworkConfigurationDiagnosticParameters withTargetResourceId(String targetResourceId)

Set the ID of the target resource to perform network configuration diagnostic.

NetworkConfigurationDiagnosticParameters withVerbosityLevel(VerbosityLevel verbosityLevel)

Set verbosity level.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkConfigurationDiagnosticParameters

public NetworkConfigurationDiagnosticParameters()

Method Details

profiles

public List profiles()

Get list of network configuration diagnostic profiles.

Returns:

the profiles value

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

verbosityLevel

public VerbosityLevel verbosityLevel()

Get verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'.

Returns:

the verbosityLevel value

withProfiles

public NetworkConfigurationDiagnosticParameters withProfiles(List profiles)

Set list of network configuration diagnostic profiles.

Parameters:

profiles - the profiles value to set

Returns:

the NetworkConfigurationDiagnosticParameters object itself.

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.

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.

Applies to