63 строки
3.9 KiB
YAML
63 строки
3.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult"
|
|
name: "ServerKeyListResult"
|
|
nameWithType: "ServerKeyListResult"
|
|
summary: "A list of PostgreSQL Server keys."
|
|
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 **ServerKeyListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.ServerKeyListResult()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.ServerKeyListResult()"
|
|
name: "ServerKeyListResult()"
|
|
nameWithType: "ServerKeyListResult.ServerKeyListResult()"
|
|
syntax: "public ServerKeyListResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "ServerKeyListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: Link to retrieve next page of results."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: Link to retrieve 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.postgresql.models.ServerKeyListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ServerKeyListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.value()"
|
|
fullName: "com.azure.resourcemanager.postgresql.models.ServerKeyListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "ServerKeyListResult.value()"
|
|
summary: "Get the value property: A list of PostgreSQL Server keys."
|
|
syntax: "public List<ServerKeyInner> value()"
|
|
desc: "Get the value property: A list of PostgreSQL Server keys."
|
|
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.ServerKeyInner?alt=com.azure.resourcemanager.postgresql.fluent.models.ServerKeyInner&text=ServerKeyInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "A list of PostgreSQL Server keys."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.postgresql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-postgresql:1.0.2
|