OriginGroup interface
Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
- Extends
Properties
| health |
Health probe settings to the origin that is used to determine the health of the origin. |
| origins | The source of the content being delivered via CDN within given origin group. |
| provisioning |
Provisioning status of the origin group. |
| resource |
Resource status of the origin group. |
| response |
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. |
| traffic |
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
healthProbeSettings
Health probe settings to the origin that is used to determine the health of the origin.
healthProbeSettings?: HealthProbeParameters
Property Value
origins
The source of the content being delivered via CDN within given origin group.
origins?: ResourceReference[]
Property Value
provisioningState
Provisioning status of the origin group.
provisioningState?: string
Property Value
string
resourceState
Resource status of the origin group.
resourceState?: string
Property Value
string
responseBasedOriginErrorDetectionSettings
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters
Property Value
trafficRestorationTimeToHealedOrNewEndpointsInMinutes
Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number
Property Value
number
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 ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type