Uses of Class
com.microsoft.azure.management.network.VerbosityLevel
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of VerbosityLevel in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final VerbosityLevel
VerbosityLevel.FULL
Static value Full for VerbosityLevel.static final VerbosityLevel
VerbosityLevel.MINIMUM
Static value Minimum for VerbosityLevel.static final VerbosityLevel
VerbosityLevel.NORMAL
Static value Normal for VerbosityLevel.Modifier and TypeMethodDescriptionstatic VerbosityLevel
VerbosityLevel.fromString
(String name) Creates or finds a VerbosityLevel from its string representation.NetworkConfigurationDiagnosticParameters.verbosityLevel()
Get verbosity level.Modifier and TypeMethodDescriptionNetworkConfigurationDiagnosticParameters.withVerbosityLevel
(VerbosityLevel verbosityLevel) Set verbosity level.