Uses of Class
com.azure.resourcemanager.cdn.fluent.models.DeepCreatedOriginGroupProperties
Packages that use DeepCreatedOriginGroupProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of DeepCreatedOriginGroupProperties in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type DeepCreatedOriginGroupPropertiesModifier and TypeClassDescriptionfinal classProperties of the origin group created on the CDN endpoint.Methods in com.azure.resourcemanager.cdn.fluent.models that return DeepCreatedOriginGroupPropertiesModifier and TypeMethodDescriptionDeepCreatedOriginGroupProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeepCreatedOriginGroupProperties from the JsonReader.DeepCreatedOriginGroupProperties.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroupProperties.withOrigins(List<ResourceReference> origins) Set the origins property: The source of the content being delivered via CDN within given origin group.DeepCreatedOriginGroupProperties.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported.DeepCreatedOriginGroupProperties.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.