Uses of Class
com.microsoft.azure.management.cdn.AFDOriginGroupUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDOriginGroupUpdateParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDOriginGroupUpdateParameters.withHealthProbeSettings
(HealthProbeParameters healthProbeSettings) Set health probe settings to the origin that is used to determine the health of the origin.AFDOriginGroupUpdateParameters.withLoadBalancingSettings
(LoadBalancingSettingsParameters loadBalancingSettings) Set load balancing settings for a backend pool.AFDOriginGroupUpdateParameters.withResponseBasedAfdOriginErrorDetectionSettings
(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings) Set the JSON object that contains the properties to determine origin health using real requests/responses.AFDOriginGroupUpdateParameters.withSessionAffinityState
(EnabledState sessionAffinityState) Set whether to allow session affinity on this host.AFDOriginGroupUpdateParameters.withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes
(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes) Set time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added.