StaticSiteDatabaseConnectionOverview Class

Definition

Static Site Database Connection overview.

public class StaticSiteDatabaseConnectionOverview : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionOverview>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionOverview>
type StaticSiteDatabaseConnectionOverview = class
    interface IJsonModel<StaticSiteDatabaseConnectionOverview>
    interface IPersistableModel<StaticSiteDatabaseConnectionOverview>
Public Class StaticSiteDatabaseConnectionOverview
Implements IJsonModel(Of StaticSiteDatabaseConnectionOverview), IPersistableModel(Of StaticSiteDatabaseConnectionOverview)
Inheritance
StaticSiteDatabaseConnectionOverview
Implements

Properties

ConfigurationFiles

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.

Explicit Interface Implementations

IJsonModel<StaticSiteDatabaseConnectionOverview>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StaticSiteDatabaseConnectionOverview>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StaticSiteDatabaseConnectionOverview>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticSiteDatabaseConnectionOverview>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StaticSiteDatabaseConnectionOverview>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to