Profile interface
A profile is a logical grouping of endpoints that share the same settings.
- Extends
Properties
| extended |
Key-Value pair representing additional properties for profiles. |
| front |
The Id of the frontdoor. |
| identity | The managed service identities assigned to this resource. |
| kind | Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile. |
| 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. |
| sku | The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentity
Property Value
kind
Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
kind?: 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
sku
The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
sku: Sku
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type