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

137 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.UnitType"
fullName: "com.microsoft.azure.management.sql.UnitType"
name: "UnitType"
nameWithType: "UnitType"
summary: "Defines values for Unit<wbr>Type."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)"
- "com.microsoft.rest.ExpandableStringEnum.hashCode()"
- "com.microsoft.rest.ExpandableStringEnum.toString()"
- "com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)"
- "java.lang.Object.clone()"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class UnitType extends ExpandableStringEnum<UnitType>"
constructors:
- uid: "com.microsoft.azure.management.sql.UnitType.UnitType()"
fullName: "com.microsoft.azure.management.sql.UnitType.UnitType()"
name: "UnitType()"
nameWithType: "UnitType.UnitType()"
syntax: "public UnitType()"
fields:
- uid: "com.microsoft.azure.management.sql.UnitType.BYTES"
fullName: "com.microsoft.azure.management.sql.UnitType.BYTES"
name: "BYTES"
nameWithType: "UnitType.BYTES"
summary: "Static value bytes for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType BYTES"
desc: "Static value bytes for UnitType."
- uid: "com.microsoft.azure.management.sql.UnitType.BYTES_PER_SECOND"
fullName: "com.microsoft.azure.management.sql.UnitType.BYTES_PER_SECOND"
name: "BYTES_PER_SECOND"
nameWithType: "UnitType.BYTES_PER_SECOND"
summary: "Static value bytes<wbr>Per<wbr>Second for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType BYTES_PER_SECOND"
desc: "Static value bytesPerSecond for UnitType."
- uid: "com.microsoft.azure.management.sql.UnitType.COUNT"
fullName: "com.microsoft.azure.management.sql.UnitType.COUNT"
name: "COUNT"
nameWithType: "UnitType.COUNT"
summary: "Static value count for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType COUNT"
desc: "Static value count for UnitType."
- uid: "com.microsoft.azure.management.sql.UnitType.COUNT_PER_SECOND"
fullName: "com.microsoft.azure.management.sql.UnitType.COUNT_PER_SECOND"
name: "COUNT_PER_SECOND"
nameWithType: "UnitType.COUNT_PER_SECOND"
summary: "Static value count<wbr>Per<wbr>Second for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType COUNT_PER_SECOND"
desc: "Static value countPerSecond for UnitType."
- uid: "com.microsoft.azure.management.sql.UnitType.PERCENT"
fullName: "com.microsoft.azure.management.sql.UnitType.PERCENT"
name: "PERCENT"
nameWithType: "UnitType.PERCENT"
summary: "Static value percent for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType PERCENT"
desc: "Static value percent for UnitType."
- uid: "com.microsoft.azure.management.sql.UnitType.SECONDS"
fullName: "com.microsoft.azure.management.sql.UnitType.SECONDS"
name: "SECONDS"
nameWithType: "UnitType.SECONDS"
summary: "Static value seconds for Unit<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UnitType SECONDS"
desc: "Static value seconds for UnitType."
methods:
- uid: "com.microsoft.azure.management.sql.UnitType.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.UnitType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "UnitType.fromString(String name)"
summary: "Creates or finds a Unit<wbr>Type from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static UnitType fromString(String name)"
desc: "Creates or finds a UnitType from its string representation."
returns:
description: "the corresponding UnitType"
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.UnitType.values()"
fullName: "com.microsoft.azure.management.sql.UnitType.values()"
name: "values()"
nameWithType: "UnitType.values()"
modifiers:
- "static"
syntax: "public static Collection<UnitType> values()"
returns:
description: "known UnitType values"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for UnitType."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4