79 строки
4.9 KiB
YAML
79 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase"
|
|
name: "LinkedDatabase"
|
|
nameWithType: "LinkedDatabase"
|
|
summary: "Linked Database Specifies details of a linked database resource."
|
|
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 **LinkedDatabase**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.LinkedDatabase()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.LinkedDatabase()"
|
|
name: "LinkedDatabase()"
|
|
nameWithType: "LinkedDatabase.LinkedDatabase()"
|
|
summary: "Creates an instance of Linked<wbr>Database class."
|
|
syntax: "public LinkedDatabase()"
|
|
desc: "Creates an instance of LinkedDatabase class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.id()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.id()"
|
|
name: "id()"
|
|
nameWithType: "LinkedDatabase.id()"
|
|
summary: "Get the id property: Resource ID of a database resource to link with this database."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: Resource ID of a database resource to link with this database."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.state()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.state()"
|
|
name: "state()"
|
|
nameWithType: "LinkedDatabase.state()"
|
|
summary: "Get the state property: State of the link between the database resources."
|
|
syntax: "public LinkState state()"
|
|
desc: "Get the state property: State of the link between the database resources."
|
|
returns:
|
|
description: "the state value."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.LinkState?alt=com.azure.resourcemanager.redisenterprise.models.LinkState&text=LinkState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.validate()"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.validate()"
|
|
name: "validate()"
|
|
nameWithType: "LinkedDatabase.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.redisenterprise.models.LinkedDatabase.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "LinkedDatabase.withId(String id)"
|
|
summary: "Set the id property: Resource ID of a database resource to link with this database."
|
|
parameters:
|
|
- description: "the id value to set."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public LinkedDatabase withId(String id)"
|
|
desc: "Set the id property: Resource ID of a database resource to link with this database."
|
|
returns:
|
|
description: "the LinkedDatabase object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.redisenterprise.models.LinkedDatabase?alt=com.azure.resourcemanager.redisenterprise.models.LinkedDatabase&text=LinkedDatabase\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Linked Database Specifies details of a linked database resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.redisenterprise.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-redisenterprise:2.0.0
|