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

85 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity"
name: "IotHubCapacity"
nameWithType: "IotHubCapacity"
summary: "IoT Hub capacity information."
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 **IotHubCapacity**"
constructors:
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.IotHubCapacity()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.IotHubCapacity()"
name: "IotHubCapacity()"
nameWithType: "IotHubCapacity.IotHubCapacity()"
summary: "Creates an instance of Iot<wbr>Hub<wbr>Capacity class."
syntax: "public IotHubCapacity()"
desc: "Creates an instance of IotHubCapacity class."
methods:
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.defaultProperty()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.defaultProperty()"
name: "defaultProperty()"
nameWithType: "IotHubCapacity.defaultProperty()"
summary: "Get the default<wbr>Property property: The default number of units."
syntax: "public Long defaultProperty()"
desc: "Get the defaultProperty property: The default number of units."
returns:
description: "the defaultProperty value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.maximum()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.maximum()"
name: "maximum()"
nameWithType: "IotHubCapacity.maximum()"
summary: "Get the maximum property: The maximum number of units."
syntax: "public Long maximum()"
desc: "Get the maximum property: The maximum number of units."
returns:
description: "the maximum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.minimum()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.minimum()"
name: "minimum()"
nameWithType: "IotHubCapacity.minimum()"
summary: "Get the minimum property: The minimum number of units."
syntax: "public Long minimum()"
desc: "Get the minimum property: The minimum number of units."
returns:
description: "the minimum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.scaleType()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.scaleType()"
name: "scaleType()"
nameWithType: "IotHubCapacity.scaleType()"
summary: "Get the scale<wbr>Type property: The type of the scaling enabled."
syntax: "public IotHubScaleType scaleType()"
desc: "Get the scaleType property: The type of the scaling enabled."
returns:
description: "the scaleType value."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.IotHubScaleType?alt=com.azure.resourcemanager.iothub.models.IotHubScaleType&text=IotHubScaleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.IotHubCapacity.validate()"
fullName: "com.azure.resourcemanager.iothub.models.IotHubCapacity.validate()"
name: "validate()"
nameWithType: "IotHubCapacity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "IoT Hub capacity information."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0