Get Profile Result
data class GetProfileResult(val frontdoorId: String, val id: String, val location: String, val name: String, val provisioningState: String, val resourceState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider and pricing tier.
Constructors
Link copied to clipboard
fun GetProfileResult(frontdoorId: String, id: String, location: String, name: String, provisioningState: String, resourceState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)