public final class VerbosityLevel extends com.microsoft.rest.ExpandableStringEnum<VerbosityLevel>
| Modifier and Type | Field and Description |
|---|---|
static VerbosityLevel |
FULL
Static value Full for VerbosityLevel.
|
static VerbosityLevel |
MINIMUM
Static value Minimum for VerbosityLevel.
|
static VerbosityLevel |
NORMAL
Static value Normal for VerbosityLevel.
|
| Constructor and Description |
|---|
VerbosityLevel() |
| Modifier and Type | Method and Description |
|---|---|
static VerbosityLevel |
fromString(String name)
Creates or finds a VerbosityLevel from its string representation.
|
static Collection<VerbosityLevel> |
values() |
public static final VerbosityLevel NORMAL
public static final VerbosityLevel MINIMUM
public static final VerbosityLevel FULL
public static VerbosityLevel fromString(String name)
name - a name to look forpublic static Collection<VerbosityLevel> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/