128 строки
9.8 KiB
YAML
128 строки
9.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview"
|
|
name: "DatabaseConnectionOverview"
|
|
nameWithType: "DatabaseConnectionOverview"
|
|
summary: "Static Site Database Connection overview."
|
|
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 **DatabaseConnectionOverview**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview?alt=com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview&text=DatabaseConnectionOverview\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.DatabaseConnectionOverview()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.DatabaseConnectionOverview()"
|
|
name: "DatabaseConnectionOverview()"
|
|
nameWithType: "DatabaseConnectionOverview.DatabaseConnectionOverview()"
|
|
summary: "Creates an instance of Database<wbr>Connection<wbr>Overview class."
|
|
syntax: "public DatabaseConnectionOverview()"
|
|
desc: "Creates an instance of DatabaseConnectionOverview class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.configurationFiles()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.configurationFiles()"
|
|
name: "configurationFiles()"
|
|
nameWithType: "DatabaseConnectionOverview.configurationFiles()"
|
|
summary: "Get the configuration<wbr>Files property: A list of configuration files associated with this database connection."
|
|
syntax: "public List<StaticSiteDatabaseConnectionConfigurationFileOverview> configurationFiles()"
|
|
desc: "Get the configurationFiles property: A list of configuration files associated with this database connection."
|
|
returns:
|
|
description: "the configurationFiles value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.appservice.models.StaticSiteDatabaseConnectionConfigurationFileOverview?alt=com.azure.resourcemanager.appservice.models.StaticSiteDatabaseConnectionConfigurationFileOverview&text=StaticSiteDatabaseConnectionConfigurationFileOverview\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.connectionIdentity()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.connectionIdentity()"
|
|
name: "connectionIdentity()"
|
|
nameWithType: "DatabaseConnectionOverview.connectionIdentity()"
|
|
summary: "Get the connection<wbr>Identity property: If present, the identity is used in conjunction with connection string to connect to the database."
|
|
syntax: "public String connectionIdentity()"
|
|
desc: "Get the connectionIdentity property: If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource."
|
|
returns:
|
|
description: "the connectionIdentity value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DatabaseConnectionOverview.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Database<wbr>Connection<wbr>Overview from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DatabaseConnectionOverview fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DatabaseConnectionOverview."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DatabaseConnectionOverview from the JsonReader."
|
|
returns:
|
|
description: "An instance of DatabaseConnectionOverview if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview?alt=com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview&text=DatabaseConnectionOverview\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.name()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.name()"
|
|
name: "name()"
|
|
nameWithType: "DatabaseConnectionOverview.name()"
|
|
summary: "Get the name property: If present, the name of this database connection resource."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: If present, the name of this database connection resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.region()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.region()"
|
|
name: "region()"
|
|
nameWithType: "DatabaseConnectionOverview.region()"
|
|
summary: "Get the region property: The region of the database resource."
|
|
syntax: "public String region()"
|
|
desc: "Get the region property: The region of the database resource."
|
|
returns:
|
|
description: "the region value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.resourceId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "DatabaseConnectionOverview.resourceId()"
|
|
summary: "Get the resource<wbr>Id property: The resource id of the database."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the resourceId property: The resource id of the database."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DatabaseConnectionOverview.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DatabaseConnectionOverview.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
type: "class"
|
|
desc: "Static Site Database Connection overview."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview?alt=com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview&text=DatabaseConnectionOverview\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|