你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSiteDatabaseConnectionConfigurationFileOverview Class

A database connection configuration file.

Constructor

StaticSiteDatabaseConnectionConfigurationFileOverview(*args: Any, **kwargs: Any)

Variables

Name Description
file_name
str

The name of the configuration file.

contents
str

The Base64 encoding of the file contents.

type
str

The type of configuration file.

Attributes

contents

The Base64 encoding of the file contents.

contents: str | None

file_name

The name of the configuration file.

file_name: str | None

type

The type of configuration file.

type: str | None