| Modifier and Type | Field and Description |
|---|---|
static ComputeUsageUnit |
ComputeUsageUnit.BYTES
Static value Bytes for ComputeUsageUnit.
|
static ComputeUsageUnit |
ComputeUsageUnit.BYTES_PER_SECOND
Static value BytesPerSecond for ComputeUsageUnit.
|
static ComputeUsageUnit |
ComputeUsageUnit.COUNT
Static value Count for ComputeUsageUnit.
|
static ComputeUsageUnit |
ComputeUsageUnit.COUNTS_PER_SECOND
Static value CountsPerSecond for ComputeUsageUnit.
|
static ComputeUsageUnit |
ComputeUsageUnit.PERCENT
Static value Percent for ComputeUsageUnit.
|
static ComputeUsageUnit |
ComputeUsageUnit.SECONDS
Static value Seconds for ComputeUsageUnit.
|
| Modifier and Type | Method and Description |
|---|---|
static ComputeUsageUnit |
ComputeUsageUnit.fromString(String name)
Creates or finds a compute usage unit based on its name.
|
ComputeUsageUnit |
ComputeUsage.unit() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ComputeUsageUnit> |
ComputeUsageUnit.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/