DeepCreatedOriginGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeepCreatedOriginGroup() |
Initializes a new instance of the DeepCreatedOriginGroup class. |
DeepCreatedOriginGroup(String, IList<ResourceReference>, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters) |
Initializes a new instance of the DeepCreatedOriginGroup class. |
DeepCreatedOriginGroup()
Initializes a new instance of the DeepCreatedOriginGroup class.
public DeepCreatedOriginGroup ();
Public Sub New ()
Applies to
DeepCreatedOriginGroup(String, IList<ResourceReference>, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters)
Initializes a new instance of the DeepCreatedOriginGroup class.
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)
Parameters
- name
- String
Origin group name which must be unique within the endpoint.
- origins
- IList<ResourceReference>
The source of the content being delivered via CDN within given origin group.
- healthProbeSettings
- HealthProbeParameters
Health probe settings to the origin that is used to determine the health of the origin.
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.
- responseBasedOriginErrorDetectionSettings
- ResponseBasedOriginErrorDetectionParameters
The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.
Applies to
Azure SDK for .NET