Share via


IOriginGroupProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.OriginGroupPropertiesTypeConverter))]
public interface IOriginGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IOriginGroupUpdatePropertiesParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.OriginGroupPropertiesTypeConverter))>]
type IOriginGroupProperties = interface
    interface IJsonSerializable
    interface IOriginGroupUpdatePropertiesParameters
Public Interface IOriginGroupProperties
Implements IOriginGroupUpdatePropertiesParameters
Derived
Attributes
Implements

Properties

HealthProbeSetting

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

(Inherited from IOriginGroupUpdatePropertiesParameters)
Origin

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

(Inherited from IOriginGroupUpdatePropertiesParameters)
ProvisioningState

Provisioning status of the origin group.

ResourceState

Resource status of the origin group.

ResponseBasedOriginErrorDetectionSetting

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

(Inherited from IOriginGroupUpdatePropertiesParameters)
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.

(Inherited from IOriginGroupUpdatePropertiesParameters)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to