你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeepCreatedOriginGroup 构造函数

定义

重载

DeepCreatedOriginGroup()

初始化 DeepCreatedOriginGroup 类的新实例。

DeepCreatedOriginGroup(String, IList<ResourceReference>, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters)

初始化 DeepCreatedOriginGroup 类的新实例。

DeepCreatedOriginGroup()

初始化 DeepCreatedOriginGroup 类的新实例。

public DeepCreatedOriginGroup ();
Public Sub New ()

适用于

DeepCreatedOriginGroup(String, IList<ResourceReference>, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters)

初始化 DeepCreatedOriginGroup 类的新实例。

public DeepCreatedOriginGroup (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourceReference> origins, Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters healthProbeSettings = default, int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default, Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings = default);
new Microsoft.Azure.Management.Cdn.Models.DeepCreatedOriginGroup : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.ResourceReference> * Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters * Nullable<int> * Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters -> Microsoft.Azure.Management.Cdn.Models.DeepCreatedOriginGroup
Public Sub New (name As String, origins As IList(Of ResourceReference), Optional healthProbeSettings As HealthProbeParameters = Nothing, Optional trafficRestorationTimeToHealedOrNewEndpointsInMinutes As Nullable(Of Integer) = Nothing, Optional responseBasedOriginErrorDetectionSettings As ResponseBasedOriginErrorDetectionParameters = Nothing)

参数

name
String

在终结点中必须唯一的源组名称。

origins
IList<ResourceReference>

通过给定源组中的 CDN 传递的内容的来源。

healthProbeSettings
HealthProbeParameters

用于确定源运行状况的源的运行状况探测设置。

trafficRestorationTimeToHealedOrNewEndpointsInMinutes
Nullable<Int32>

当运行不正常的终结点运行正常或添加新终结点时,逐渐将流量转移到终结点的时间(以分钟为单位)。 默认值为 10 分钟。 当前不支持此属性。

responseBasedOriginErrorDetectionSettings
ResponseBasedOriginErrorDetectionParameters

JSON 对象,该对象包含用于使用实际请求/响应确定源运行状况的属性。当前不支持此属性。

适用于