次の方法で共有


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 オブジェクト。このプロパティは現在サポートされていません。

適用対象