Get Springbootsite Result
data class GetSpringbootsiteResult(val azureApiVersion: String, val extendedLocation: SpringbootsitesModelResponseExtendedLocation? = null, val id: String, val location: String, val name: String, val properties: SpringbootsitesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The springbootsites envelope resource definition.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: SpringbootsitesModelResponseExtendedLocation? = null, id: String, location: String, name: String, properties: SpringbootsitesPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)