ProfileProperties interface

The JSON object that contains the properties required to create a profile.

Properties

extendedProperties

Key-Value pair representing additional properties for profiles.

frontDoorId

The Id of the frontdoor.

logScrubbing

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

originResponseTimeoutSeconds

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

provisioningState

Provisioning status of the profile.

resourceState

Resource status of the profile.

Property Details

extendedProperties

Key-Value pair representing additional properties for profiles.

extendedProperties?: Record<string, string>

Property Value

Record<string, string>

frontDoorId

The Id of the frontdoor.

frontDoorId?: string

Property Value

string

logScrubbing

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

logScrubbing?: ProfileLogScrubbing

Property Value

originResponseTimeoutSeconds

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

originResponseTimeoutSeconds?: number

Property Value

number

provisioningState

Provisioning status of the profile.

provisioningState?: string

Property Value

string

resourceState

Resource status of the profile.

resourceState?: string

Property Value

string