Share via


DatabaseConnectionOverview Class

Definition

Static Site Database Connection overview.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionOverviewTypeConverter))]
public class DatabaseConnectionOverview : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionOverviewTypeConverter))>]
type DatabaseConnectionOverview = class
    interface IDatabaseConnectionOverview
    interface IJsonSerializable
Public Class DatabaseConnectionOverview
Implements IDatabaseConnectionOverview
Inheritance
DatabaseConnectionOverview
Attributes
Implements

Constructors

DatabaseConnectionOverview()

Creates an new DatabaseConnectionOverview instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseConnectionOverview.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseConnectionOverview.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionOverview.

FromJsonString(String)

Creates a new instance of DatabaseConnectionOverview, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseConnectionOverview into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to