ServiceConfigListResultProperties interface
サービス構成応答。
プロパティ
component |
コンポーネント名。 |
content | サービス構成ファイル内のコンテンツ。 |
custom |
カスタム キー。 |
default |
既定のキー。 |
file |
ファイル名。 |
path | 構成ファイルのパス。 |
service |
サービス構成名。 |
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript