ProfileProperties interface
The JSON object that contains the properties required to create a profile.
Properties
| extended |
Key-Value pair representing additional properties for profiles. |
| front |
The Id of the frontdoor. |
| log |
Defines rules that scrub sensitive fields in the Azure Front Door profile logs. |
| origin |
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. |
| provisioning |
Provisioning status of the profile. |
| resource |
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