GetProfileResult

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
constructor(frontdoorId: String, id: String, location: String, name: String, provisioningState: String, resourceState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Id of the frontdoor.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning status of the profile.

Link copied to clipboard

Resource status of the profile.

Link copied to clipboard

The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.

Link copied to clipboard

Read only system data

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.