Udostępnij za pośrednictwem


IAfdOriginGroupProperties Interface

Definition

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

Properties

DeploymentStatus (Inherited from IAfdStateProperties)
HealthProbeSetting

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

(Inherited from IAfdOriginGroupUpdatePropertiesParameters)
LoadBalancingSetting

Load balancing settings for a backend pool

(Inherited from IAfdOriginGroupUpdatePropertiesParameters)
ProfileName

The name of the profile which holds the origin group.

(Inherited from IAfdOriginGroupUpdatePropertiesParameters)
ProvisioningState

Provisioning status

(Inherited from IAfdStateProperties)
SessionAffinityState

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

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to