| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static VerbosityLevel |
VerbosityLevel.FULL
Static value Full for VerbosityLevel.
|
static VerbosityLevel |
VerbosityLevel.MINIMUM
Static value Minimum for VerbosityLevel.
|
static VerbosityLevel |
VerbosityLevel.NORMAL
Static value Normal for VerbosityLevel.
|
| Modifier and Type | Method and Description |
|---|---|
static VerbosityLevel |
VerbosityLevel.fromString(String name)
Creates or finds a VerbosityLevel from its string representation.
|
VerbosityLevel |
NetworkConfigurationDiagnosticParameters.verbosityLevel()
Get verbosity level.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<VerbosityLevel> |
VerbosityLevel.values() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfigurationDiagnosticParameters |
NetworkConfigurationDiagnosticParameters.withVerbosityLevel(VerbosityLevel verbosityLevel)
Set verbosity level.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/