Get Configuration Service Result
data class GetConfigurationServiceResult(val id: String, val name: String, val properties: ConfigurationServicePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Application Configuration Service resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ConfigurationServicePropertiesResponse, systemData: SystemDataResponse, type: String)