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

79 строки
5.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList"
name: "DatabaseList"
nameWithType: "DatabaseList"
summary: "The response of a list-all operation."
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 **DatabaseList**"
constructors:
- uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.DatabaseList()"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.DatabaseList()"
name: "DatabaseList()"
nameWithType: "DatabaseList.DatabaseList()"
summary: "Creates an instance of Database<wbr>List class."
syntax: "public DatabaseList()"
desc: "Creates an instance of DatabaseList class."
methods:
- uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.nextLink()"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.nextLink()"
name: "nextLink()"
nameWithType: "DatabaseList.nextLink()"
summary: "Get the next<wbr>Link property: The URI to fetch the next page of results."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The URI to fetch the next page of results."
returns:
description: "the nextLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.validate()"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.validate()"
name: "validate()"
nameWithType: "DatabaseList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.value()"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.value()"
name: "value()"
nameWithType: "DatabaseList.value()"
summary: "Get the value property: List of databases."
syntax: "public List<DatabaseInner> value()"
desc: "Get the value property: List of databases."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.withValue(java.util.List<com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner>)"
fullName: "com.azure.resourcemanager.redisenterprise.models.DatabaseList.withValue(List<DatabaseInner> value)"
name: "withValue(List<DatabaseInner> value)"
nameWithType: "DatabaseList.withValue(List<DatabaseInner> value)"
summary: "Set the value property: List of databases."
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>&lt;<xref href=\"com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner?alt=com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner&text=DatabaseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DatabaseList withValue(List<DatabaseInner> value)"
desc: "Set the value property: List of databases."
returns:
description: "the DatabaseList object itself."
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.DatabaseList?alt=com.azure.resourcemanager.redisenterprise.models.DatabaseList&text=DatabaseList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The response of a list-all operation."
metadata: {}
package: "com.azure.resourcemanager.redisenterprise.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0