次の方法で共有


IDatabaseConnectionOverview Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionOverviewTypeConverter))]
public interface IDatabaseConnectionOverview : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionOverviewTypeConverter))>]
type IDatabaseConnectionOverview = interface
    interface IJsonSerializable
Public Interface IDatabaseConnectionOverview
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.

Name

If present, the name of this database connection resource.

Region

The region of the database resource.

ResourceId

The resource id of the database.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to