azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

103 строки
4.4 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.monitor.Unit.BITS_PER_SECOND
name: BITS_PER_SECOND
nameWithType: Unit.BITS_PER_SECOND
summary: <p>Enum value BitsPerSecond. </p>
uid: com.microsoft.azure.management.monitor.Unit.BITS_PER_SECOND
- fullName: com.microsoft.azure.management.monitor.Unit.BYTE_SECONDS
name: BYTE_SECONDS
nameWithType: Unit.BYTE_SECONDS
summary: <p>Enum value ByteSeconds. </p>
uid: com.microsoft.azure.management.monitor.Unit.BYTE_SECONDS
- fullName: com.microsoft.azure.management.monitor.Unit.BYTES
name: BYTES
nameWithType: Unit.BYTES
summary: <p>Enum value Bytes. </p>
uid: com.microsoft.azure.management.monitor.Unit.BYTES
- fullName: com.microsoft.azure.management.monitor.Unit.BYTES_PER_SECOND
name: BYTES_PER_SECOND
nameWithType: Unit.BYTES_PER_SECOND
summary: <p>Enum value BytesPerSecond. </p>
uid: com.microsoft.azure.management.monitor.Unit.BYTES_PER_SECOND
- fullName: com.microsoft.azure.management.monitor.Unit.CORES
name: CORES
nameWithType: Unit.CORES
summary: <p>Enum value Cores. </p>
uid: com.microsoft.azure.management.monitor.Unit.CORES
- fullName: com.microsoft.azure.management.monitor.Unit.COUNT
name: COUNT
nameWithType: Unit.COUNT
summary: <p>Enum value Count. </p>
uid: com.microsoft.azure.management.monitor.Unit.COUNT
- fullName: com.microsoft.azure.management.monitor.Unit.COUNT_PER_SECOND
name: COUNT_PER_SECOND
nameWithType: Unit.COUNT_PER_SECOND
summary: <p>Enum value CountPerSecond. </p>
uid: com.microsoft.azure.management.monitor.Unit.COUNT_PER_SECOND
- fullName: com.microsoft.azure.management.monitor.Unit.MILLI_CORES
name: MILLI_CORES
nameWithType: Unit.MILLI_CORES
summary: <p>Enum value MilliCores. </p>
uid: com.microsoft.azure.management.monitor.Unit.MILLI_CORES
- fullName: com.microsoft.azure.management.monitor.Unit.MILLI_SECONDS
name: MILLI_SECONDS
nameWithType: Unit.MILLI_SECONDS
summary: <p>Enum value MilliSeconds. </p>
uid: com.microsoft.azure.management.monitor.Unit.MILLI_SECONDS
- fullName: com.microsoft.azure.management.monitor.Unit.NANO_CORES
name: NANO_CORES
nameWithType: Unit.NANO_CORES
summary: <p>Enum value NanoCores. </p>
uid: com.microsoft.azure.management.monitor.Unit.NANO_CORES
- fullName: com.microsoft.azure.management.monitor.Unit.PERCENT
name: PERCENT
nameWithType: Unit.PERCENT
summary: <p>Enum value Percent. </p>
uid: com.microsoft.azure.management.monitor.Unit.PERCENT
- fullName: com.microsoft.azure.management.monitor.Unit.SECONDS
name: SECONDS
nameWithType: Unit.SECONDS
summary: <p>Enum value Seconds. </p>
uid: com.microsoft.azure.management.monitor.Unit.SECONDS
- fullName: com.microsoft.azure.management.monitor.Unit.UNSPECIFIED
name: UNSPECIFIED
nameWithType: Unit.UNSPECIFIED
summary: <p>Enum value Unspecified. </p>
uid: com.microsoft.azure.management.monitor.Unit.UNSPECIFIED
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;Unit&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.Unit.fromString(String value)
name: fromString(String value)
nameWithType: Unit.fromString(String value)
parameters:
- description: <p>the serialized value to parse. </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the parsed Unit object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.monitor.Unit?alt=com.microsoft.azure.management.monitor.Unit&text=Unit" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a Unit instance.</p>
<p></p>
syntax: public static Unit fromString(String value)
uid: com.microsoft.azure.management.monitor.Unit.fromString(String)
- fullName: com.microsoft.azure.management.monitor.Unit.toString()
name: toString()
nameWithType: Unit.toString()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String toString()
uid: com.microsoft.azure.management.monitor.Unit.toString()
nameWithType: Unit
syntax: public enum Unit
uid: com.microsoft.azure.management.monitor.Unit
fullName: com.microsoft.azure.management.monitor.Unit
name: Unit
package: com.microsoft.azure.management.monitor
summary: <p>Defines values for Unit. </p>
metadata: {}