Class DatabaseConnectionOverview
java.lang.Object
com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview
Static Site Database Connection overview.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DatabaseConnectionOverview class. -
Method Summary
Modifier and TypeMethodDescriptionGet the configurationFiles property: A list of configuration files associated with this database connection.Get the connectionIdentity property: If present, the identity is used in conjunction with connection string to connect to the database.name()Get the name property: If present, the name of this database connection resource.region()Get the region property: The region of the database resource.Get the resourceId property: The resource id of the database.voidvalidate()Validates the instance.
-
Constructor Details
-
DatabaseConnectionOverview
public DatabaseConnectionOverview()Creates an instance of DatabaseConnectionOverview class.
-
-
Method Details
-
resourceId
Get the resourceId property: The resource id of the database.- Returns:
- the resourceId value.
-
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:
- the connectionIdentity value.
-
region
Get the region property: The region of the database resource.- Returns:
- the region value.
-
configurationFiles
Get the configurationFiles property: A list of configuration files associated with this database connection.- Returns:
- the configurationFiles value.
-
name
Get the name property: If present, the name of this database connection resource.- Returns:
- the name value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-