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