Get Edge Site Result
data class GetEdgeSiteResult(val azureApiVersion: String, val globalCommunicationsSite: EdgeSitesPropertiesResponseGlobalCommunicationsSite, val id: String, val location: String, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A customer's reference to a global communications site site.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, globalCommunicationsSite: EdgeSitesPropertiesResponseGlobalCommunicationsSite, id: String, location: String, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)