DatabaseConnectionOverview Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DatabaseConnectionOverview
- com.
Implements
public final class DatabaseConnectionOverview
implements JsonSerializable<DatabaseConnectionOverview>
Static Site Database Connection overview.
Constructor Summary
Constructor | Description |
---|---|
DatabaseConnectionOverview() |
Creates an instance of Database |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Static |
configurationFiles()
Get the configuration |
String |
connectionIdentity()
Get the connection |
static
Database |
fromJson(JsonReader jsonReader)
Reads an instance of Database |
String |
name()
Get the name property: If present, the name of this database connection resource. |
String |
region()
Get the region property: The region of the database resource. |
String |
resourceId()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DatabaseConnectionOverview
public DatabaseConnectionOverview()
Creates an instance of DatabaseConnectionOverview class.
Method Details
configurationFiles
public List
Get the configurationFiles property: A list of configuration files associated with this database connection.
Returns:
connectionIdentity
public String connectionIdentity()
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:
fromJson
public static DatabaseConnectionOverview fromJson(JsonReader jsonReader)
Reads an instance of DatabaseConnectionOverview from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: If present, the name of this database connection resource.
Returns:
region
public String region()
Get the region property: The region of the database resource.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The resource id of the database.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java