Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 © 2019. All rights reserved.