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

69 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage"
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage"
name: "Storage"
nameWithType: "Storage"
summary: "Storage properties of a server."
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 **Storage**"
constructors:
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.Storage()"
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.Storage()"
name: "Storage()"
nameWithType: "Storage.Storage()"
summary: "Creates an instance of Storage class."
syntax: "public Storage()"
desc: "Creates an instance of Storage class."
methods:
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.storageSizeGB()"
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.storageSizeGB()"
name: "storageSizeGB()"
nameWithType: "Storage.storageSizeGB()"
summary: "Get the storage<wbr>SizeGB property: Max storage allowed for a server."
syntax: "public Integer storageSizeGB()"
desc: "Get the storageSizeGB property: Max storage allowed for a server."
returns:
description: "the storageSizeGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.validate()"
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.validate()"
name: "validate()"
nameWithType: "Storage.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.withStorageSizeGB(java.lang.Integer)"
fullName: "com.azure.resourcemanager.postgresqlflexibleserver.models.Storage.withStorageSizeGB(Integer storageSizeGB)"
name: "withStorageSizeGB(Integer storageSizeGB)"
nameWithType: "Storage.withStorageSizeGB(Integer storageSizeGB)"
summary: "Set the storage<wbr>SizeGB property: Max storage allowed for a server."
parameters:
- description: "the storageSizeGB value to set."
name: "storageSizeGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Storage withStorageSizeGB(Integer storageSizeGB)"
desc: "Set the storageSizeGB property: Max storage allowed for a server."
returns:
description: "the Storage object itself."
type: "<xref href=\"com.azure.resourcemanager.postgresqlflexibleserver.models.Storage?alt=com.azure.resourcemanager.postgresqlflexibleserver.models.Storage&text=Storage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Storage properties of a server."
metadata: {}
package: "com.azure.resourcemanager.postgresqlflexibleserver.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresqlflexibleserver:1.0.0