ServiceConfigListResultProperties interface
Service config response.
Properties
component |
Component Name. |
content | Content in the service config file. |
custom |
The custom keys. |
default |
The default keys. |
file |
File Name. |
path | Config file path. |
service |
Service Config Name. |
type | Config type. |
Property Details
componentName
Component Name.
componentName: string
Property Value
string
content
Content in the service config file.
content?: string
Property Value
string
customKeys
The custom keys.
customKeys?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
defaultKeys
The default keys.
defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}
Property Value
{[propertyName: string]: ServiceConfigListResultValueEntity}
fileName
File Name.
fileName: string
Property Value
string
path
Config file path.
path?: string
Property Value
string
serviceName
Service Config Name.
serviceName: string
Property Value
string
type
Config type.
type?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript