Share via


IOriginGroupUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.OriginGroupUpdateParametersTypeConverter))]
public interface IOriginGroupUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.OriginGroupUpdateParametersTypeConverter))>]
type IOriginGroupUpdateParameters = interface
    interface IJsonSerializable
Public Interface IOriginGroupUpdateParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

HealthProbeSetting

Health probe settings to the origin that is used to determine the health of the origin.

Origin

The source of the content being delivered via CDN within given origin group.

ResponseBasedOriginErrorDetectionSetting

The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.

TrafficRestorationTimeToHealedOrNewEndpointsInMinute

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to