azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.i...

102 строки
6.3 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier"
name: "IotHubSkuTier"
nameWithType: "IotHubSkuTier"
summary: "The billing tier for the IoT hub."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **IotHubSkuTier**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuTier?alt=com.azure.resourcemanager.iothub.models.IotHubSkuTier&text=IotHubSkuTier\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.BASIC"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.BASIC"
name: "BASIC"
nameWithType: "IotHubSkuTier.BASIC"
summary: "Enum value Basic."
desc: "Enum value Basic."
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.FREE"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.FREE"
name: "FREE"
nameWithType: "IotHubSkuTier.FREE"
summary: "Enum value Free."
desc: "Enum value Free."
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.STANDARD"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.STANDARD"
name: "STANDARD"
nameWithType: "IotHubSkuTier.STANDARD"
summary: "Enum value Standard."
desc: "Enum value Standard."
methods:
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.fromString(String value)"
name: "fromString(String value)"
nameWithType: "IotHubSkuTier.fromString(String value)"
summary: "Parses a serialized value to a Iot<wbr>Hub<wbr>Sku<wbr>Tier instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static IotHubSkuTier fromString(String value)"
desc: "Parses a serialized value to a IotHubSkuTier instance."
returns:
description: "the parsed IotHubSkuTier object, or null if unable to parse."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuTier?alt=com.azure.resourcemanager.iothub.models.IotHubSkuTier&text=IotHubSkuTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.toString()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.toString()"
name: "toString()"
nameWithType: "IotHubSkuTier.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.valueOf(java.lang.String)"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "IotHubSkuTier.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static IotHubSkuTier valueOf(String name)"
returns:
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuTier?alt=com.azure.resourcemanager.iothub.models.IotHubSkuTier&text=IotHubSkuTier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.values()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuTier.values()"
name: "values()"
nameWithType: "IotHubSkuTier.values()"
modifiers:
- "static"
syntax: "public static IotHubSkuTier[] values()"
returns:
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuTier?alt=com.azure.resourcemanager.iothub.models.IotHubSkuTier&text=IotHubSkuTier\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The billing tier for the IoT hub."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0