ServiceConfigResultProperties interface
クラスター インスタンス サービスの構成プロパティ。
- Extends
継承されたプロパティ
component |
コンポーネント名。 |
content | サービス構成ファイル内のコンテンツ。 |
custom |
カスタム キー。 |
default |
既定のキー。 |
file |
ファイル名。 |
path | 構成ファイルのパス。 |
service |
サービス構成名。 |
type | 構成の種類。 |
継承されたプロパティの詳細
componentName
コンポーネント名。
componentName: string
プロパティ値
string
ServiceConfigListResultProperties.componentName
content
サービス構成ファイル内のコンテンツ。
content?: string
プロパティ値
string
ServiceConfigListResultProperties.content から継承
customKeys
カスタム キー。
customKeys?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}
ServiceConfigListResultProperties.customKeys から継承
defaultKeys
既定のキー。
defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}
プロパティ値
{[propertyName: string]: ServiceConfigListResultValueEntity}
ServiceConfigListResultProperties.defaultKeys
fileName
ファイル名。
fileName: string
プロパティ値
string
serviceConfigListResultProperties.fileName
path
構成ファイルのパス。
path?: string
プロパティ値
string
ServiceConfigListResultProperties.path
serviceName
サービス構成名。
serviceName: string
プロパティ値
string
serviceConfigListResultProperties.serviceName
type
構成の種類。
type?: string
プロパティ値
string
serviceConfigListResultProperties.type
Azure SDK for JavaScript