Share via


IDatabaseConnectionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPropertiesTypeConverter))]
public interface IDatabaseConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPropertiesTypeConverter))>]
type IDatabaseConnectionProperties = interface
    interface IJsonSerializable
Public Interface IDatabaseConnectionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ConfigurationFile

A list of configuration files associated with this database connection.

ConnectionIdentity

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.

ConnectionString

The connection string to use to connect to the database.

Region

The region of the database resource.

ResourceId

The resource id of the database.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to