103 строки
6.4 KiB
YAML
103 строки
6.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo"
|
|
name: "IotHubSkuInfo"
|
|
nameWithType: "IotHubSkuInfo"
|
|
summary: "Information about the SKU of the IoT hub."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<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#hashCode--\">hashCode</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#toString--\">toString</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 final class **IotHubSkuInfo**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.IotHubSkuInfo()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.IotHubSkuInfo()"
|
|
name: "IotHubSkuInfo()"
|
|
nameWithType: "IotHubSkuInfo.IotHubSkuInfo()"
|
|
summary: "Creates an instance of Iot<wbr>Hub<wbr>Sku<wbr>Info class."
|
|
syntax: "public IotHubSkuInfo()"
|
|
desc: "Creates an instance of IotHubSkuInfo class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.capacity()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.capacity()"
|
|
name: "capacity()"
|
|
nameWithType: "IotHubSkuInfo.capacity()"
|
|
summary: "Get the capacity property: The number of provisioned IoT Hub units."
|
|
syntax: "public Long capacity()"
|
|
desc: "Get the capacity property: The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits\\#iot-hub-limits."
|
|
returns:
|
|
description: "the capacity value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.name()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.name()"
|
|
name: "name()"
|
|
nameWithType: "IotHubSkuInfo.name()"
|
|
summary: "Get the name property: The name of the SKU."
|
|
syntax: "public IotHubSku name()"
|
|
desc: "Get the name property: The name of the SKU."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSku?alt=com.azure.resourcemanager.iothub.models.IotHubSku&text=IotHubSku\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.tier()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.tier()"
|
|
name: "tier()"
|
|
nameWithType: "IotHubSkuInfo.tier()"
|
|
summary: "Get the tier property: The billing tier for the IoT hub."
|
|
syntax: "public IotHubSkuTier tier()"
|
|
desc: "Get the tier property: The billing tier for the IoT hub."
|
|
returns:
|
|
description: "the tier value."
|
|
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.IotHubSkuInfo.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.validate()"
|
|
name: "validate()"
|
|
nameWithType: "IotHubSkuInfo.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.withCapacity(java.lang.Long)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.withCapacity(Long capacity)"
|
|
name: "withCapacity(Long capacity)"
|
|
nameWithType: "IotHubSkuInfo.withCapacity(Long capacity)"
|
|
summary: "Set the capacity property: The number of provisioned IoT Hub units."
|
|
parameters:
|
|
- description: "the capacity value to set."
|
|
name: "capacity"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
syntax: "public IotHubSkuInfo withCapacity(Long capacity)"
|
|
desc: "Set the capacity property: The number of provisioned IoT Hub units. See: https://docs.microsoft.com/azure/azure-subscription-service-limits\\#iot-hub-limits."
|
|
returns:
|
|
description: "the IotHubSkuInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuInfo?alt=com.azure.resourcemanager.iothub.models.IotHubSkuInfo&text=IotHubSkuInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.withName(com.azure.resourcemanager.iothub.models.IotHubSku)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.IotHubSkuInfo.withName(IotHubSku name)"
|
|
name: "withName(IotHubSku name)"
|
|
nameWithType: "IotHubSkuInfo.withName(IotHubSku name)"
|
|
summary: "Set the name property: The name of the SKU."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSku?alt=com.azure.resourcemanager.iothub.models.IotHubSku&text=IotHubSku\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public IotHubSkuInfo withName(IotHubSku name)"
|
|
desc: "Set the name property: The name of the SKU."
|
|
returns:
|
|
description: "the IotHubSkuInfo object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubSkuInfo?alt=com.azure.resourcemanager.iothub.models.IotHubSkuInfo&text=IotHubSkuInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Information about the SKU of the IoT hub."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|