Class NetworkConfigurationDiagnosticParameters
java.lang.Object
com.microsoft.azure.management.network.NetworkConfigurationDiagnosticParameters
Parameters to get network configuration diagnostic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprofiles()
Get list of network configuration diagnostic profiles.Get the ID of the target resource to perform network configuration diagnostic.Get verbosity level.Set list of network configuration diagnostic profiles.withTargetResourceId
(String targetResourceId) Set the ID of the target resource to perform network configuration diagnostic.withVerbosityLevel
(VerbosityLevel verbosityLevel) Set verbosity level.
-
Constructor Details
-
NetworkConfigurationDiagnosticParameters
public NetworkConfigurationDiagnosticParameters()
-
-
Method Details
-
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
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
Get verbosity level. Possible values include: 'Normal', 'Minimum', 'Full'.- Returns:
- the verbosityLevel value
-
withVerbosityLevel
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
public NetworkConfigurationDiagnosticParameters withProfiles(List<NetworkConfigurationDiagnosticProfile> profiles) Set list of network configuration diagnostic profiles.- Parameters:
profiles
- the profiles value to set- Returns:
- the NetworkConfigurationDiagnosticParameters object itself.
-