Uses of Class
com.microsoft.azure.management.cdn.OriginGroupUpdateParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of OriginGroupUpdateParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionOriginGroupUpdateParameters.withHealthProbeSettings
(HealthProbeParameters healthProbeSettings) Set health probe settings to the origin that is used to determine the health of the origin.OriginGroupUpdateParameters.withOrigins
(List<ResourceReference> origins) Set the source of the content being delivered via CDN within given origin group.OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings
(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the JSON object that contains the properties to determine origin health using real requests/responses.OriginGroupUpdateParameters.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.