ServiceConfigListResultProperties interface
Antwoord van serviceconfiguratie.
Eigenschappen
component |
Onderdeelnaam. |
content | Inhoud in het serviceconfiguratiebestand. |
custom |
De aangepaste sleutels. |
default |
De standaardsleutels. |
file |
Bestandsnaam. |
path | Pad naar configuratiebestand. |
service |
Naam van serviceconfiguratie. |
type | Configuratietype. |
Eigenschapdetails
componentName
Onderdeelnaam.
componentName: string
Waarde van eigenschap
string
content
Inhoud in het serviceconfiguratiebestand.
content?: string
Waarde van eigenschap
string
customKeys
De aangepaste sleutels.
customKeys?: {[propertyName: string]: string}
Waarde van eigenschap
{[propertyName: string]: string}
defaultKeys
De standaardsleutels.
defaultKeys?: {[propertyName: string]: ServiceConfigListResultValueEntity}
Waarde van eigenschap
{[propertyName: string]: ServiceConfigListResultValueEntity}
fileName
Bestandsnaam.
fileName: string
Waarde van eigenschap
string
path
Pad naar configuratiebestand.
path?: string
Waarde van eigenschap
string
serviceName
Naam van serviceconfiguratie.
serviceName: string
Waarde van eigenschap
string
type
Configuratietype.
type?: string
Waarde van eigenschap
string
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for JavaScript