GetProfileResult

data class GetProfileResult(val azureApiVersion: String, val extendedProperties: Map<String, String>, val frontDoorId: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String, val location: String, val logScrubbing: ProfileLogScrubbingResponse? = null, val name: String, val originResponseTimeoutSeconds: Int? = null, val provisioningState: String, val resourceState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A profile is a logical grouping of endpoints that share the same settings.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, extendedProperties: Map<String, String>, frontDoorId: String, id: String, identity: ManagedServiceIdentityResponse? = null, kind: String, location: String, logScrubbing: ProfileLogScrubbingResponse? = null, name: String, originResponseTimeoutSeconds: Int? = null, 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 Azure API version of the resource.

Link copied to clipboard

Key-Value pair representing additional properties for profiles.

Link copied to clipboard

The Id of the frontdoor.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Managed service identity (system assigned and/or user assigned identities).

Link copied to clipboard

Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.

Link copied to clipboard

Resource location.

Link copied to clipboard

Defines rules that scrub sensitive fields in the Azure Front Door profile logs.

Link copied to clipboard

Resource name.

Link copied to clipboard

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

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 Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the 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.