Uses of Class
com.azure.resourcemanager.cdn.models.AfdOriginGroupProperties
-
Packages that use AfdOriginGroupProperties Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AfdOriginGroupProperties in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdOriginGroupProperties Modifier and Type Method Description AfdOriginGroupPropertiesAfdOriginGroupProperties. withHealthProbeSettings(HealthProbeParameters healthProbeSettings)Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupPropertiesAfdOriginGroupProperties. withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings)Set the loadBalancingSettings property: Load balancing settings for a backend pool.AfdOriginGroupPropertiesAfdOriginGroupProperties. withResponseBasedAfdOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings)Set the responseBasedAfdOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.AfdOriginGroupPropertiesAfdOriginGroupProperties. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host.AfdOriginGroupPropertiesAfdOriginGroupProperties. withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)Set the trafficRestorationTimeToHealedOrNewEndpointsInMinutes property: Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added.
-