Udostępnij za pośrednictwem


IAfdOriginGroupUpdatePropertiesParameters Interface

Definition

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

Properties

HealthProbeSetting

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

LoadBalancingSetting

Load balancing settings for a backend pool

ProfileName

The name of the profile which holds the origin group.

SessionAffinityState

Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'

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