67 строки
4.6 KiB
YAML
67 строки
4.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.models.DatabaseListResult"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.DatabaseListResult"
|
|
name: "DatabaseListResult"
|
|
nameWithType: "DatabaseListResult"
|
|
summary: "A List of databases."
|
|
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 **DatabaseListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.DatabaseListResult()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.DatabaseListResult()"
|
|
name: "DatabaseListResult()"
|
|
nameWithType: "DatabaseListResult.DatabaseListResult()"
|
|
syntax: "public DatabaseListResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DatabaseListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.value()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "DatabaseListResult.value()"
|
|
summary: "Get the value property: The list of databases housed in a server."
|
|
syntax: "public List<DatabaseInner> value()"
|
|
desc: "Get the value property: The list of databases housed in a server."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.withValue(java.util.List<com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner>)"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.DatabaseListResult.withValue(List<DatabaseInner> value)"
|
|
name: "withValue(List<DatabaseInner> value)"
|
|
nameWithType: "DatabaseListResult.withValue(List<DatabaseInner> value)"
|
|
summary: "Set the value property: The list of databases housed in a server."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public DatabaseListResult withValue(List<DatabaseInner> value)"
|
|
desc: "Set the value property: The list of databases housed in a server."
|
|
returns:
|
|
description: "the DatabaseListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.postgresql.models.DatabaseListResult?alt=com.azure.resourcemanager.postgresql.models.DatabaseListResult&text=DatabaseListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A List of databases."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|