共用方式為


OriginGroupProperties interface

包含源群組屬性的 JSON 物件。

Extends

屬性

provisioningState

原始群組的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

resourceState

來源群組的資源狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

healthProbeSettings

用於判斷來源健康情況的健全狀況探查設定。

origins

透過指定來源群組內CDN傳遞的內容來源。

responseBasedOriginErrorDetectionSettings

JSON 物件,其中包含屬性,以使用實際要求/回應來判斷原始健康情況。 目前不支援這個屬性。

trafficRestorationTimeToHealedOrNewEndpointsInMinutes

當狀況不良的端點狀況良好或新增新的端點時,以分鐘為單位逐漸將流量轉移到端點的時間。 預設值為 10 分鐘。 目前不支援這個屬性。

屬性詳細資料

provisioningState

原始群組的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

resourceState

來源群組的資源狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

resourceState?: string

屬性值

string

繼承的屬性詳細資料

healthProbeSettings

用於判斷來源健康情況的健全狀況探查設定。

healthProbeSettings?: HealthProbeParameters

屬性值

繼承自OriginGroupUpdatePropertiesParameters.healthProbeSettings

origins

透過指定來源群組內CDN傳遞的內容來源。

origins?: ResourceReference[]

屬性值

繼承自OriginGroupUpdatePropertiesParameters.origins

responseBasedOriginErrorDetectionSettings

JSON 物件,其中包含屬性,以使用實際要求/回應來判斷原始健康情況。 目前不支援這個屬性。

responseBasedOriginErrorDetectionSettings?: ResponseBasedOriginErrorDetectionParameters

屬性值

繼承自OriginGroupUpdatePropertiesParameters.responseBasedOriginErrorDetectionSettings

trafficRestorationTimeToHealedOrNewEndpointsInMinutes

當狀況不良的端點狀況良好或新增新的端點時,以分鐘為單位逐漸將流量轉移到端點的時間。 預設值為 10 分鐘。 目前不支援這個屬性。

trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number

屬性值

number

繼承自OriginGroupUpdatePropertiesParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes