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

ServiceConfigListResultProperties interface

服务配置响应。

属性

componentName

组件名称。

content

服务配置文件中的内容。

customKeys

自定义键。

defaultKeys

默认键。

fileName

文件名。

path

配置文件路径。

serviceName

服务配置名称。

type

配置类型。

属性详细信息

componentName

组件名称。

componentName: string

属性值

string

content

服务配置文件中的内容。

content?: string

属性值

string

customKeys

自定义键。

customKeys?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

defaultKeys

默认键。

defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}

属性值

{[propertyName: string]: ServiceConfigListResultValueEntity}

fileName

文件名。

fileName: string

属性值

string

path

配置文件路径。

path?: string

属性值

string

serviceName

服务配置名称。

serviceName: string

属性值

string

type

配置类型。

type?: string

属性值

string