ServiceConfigResultProperties interface
Cluster instance service config properties.
- Extends
Inherited 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. |
Inherited Property Details
componentName
Component Name.
componentName: string
Property Value
string
Inherited From ServiceConfigListResultProperties.componentName
content
Content in the service config file.
content?: string
Property Value
string
Inherited From ServiceConfigListResultProperties.content
customKeys
The custom keys.
customKeys?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ServiceConfigListResultProperties.customKeys
defaultKeys
The default keys.
defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}
Property Value
{[propertyName: string]: ServiceConfigListResultValueEntity}
Inherited From ServiceConfigListResultProperties.defaultKeys
fileName
File Name.
fileName: string
Property Value
string
Inherited From ServiceConfigListResultProperties.fileName
path
Config file path.
path?: string
Property Value
string
Inherited From ServiceConfigListResultProperties.path
serviceName
Service Config Name.
serviceName: string
Property Value
string
Inherited From ServiceConfigListResultProperties.serviceName
type
Config type.
type?: string
Property Value
string
Inherited From ServiceConfigListResultProperties.type
Azure SDK for JavaScript