Uses of Class
com.azure.resourcemanager.cdn.models.DeepCreatedOriginGroup
-
Packages that use DeepCreatedOriginGroup Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of DeepCreatedOriginGroup in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type DeepCreatedOriginGroup Modifier and Type Method Description List<DeepCreatedOriginGroup>EndpointInner. originGroups()Get the originGroups property: The origin groups comprising of origins that are used for load balancing the traffic based on availability.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type DeepCreatedOriginGroup Modifier and Type Method Description EndpointInnerEndpointInner. withOriginGroups(List<DeepCreatedOriginGroup> originGroups)Set the originGroups property: The origin groups comprising of origins that are used for load balancing the traffic based on availability. -
Uses of DeepCreatedOriginGroup in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return DeepCreatedOriginGroup Modifier and Type Method Description DeepCreatedOriginGroupDeepCreatedOriginGroup. withHealthProbeSettings(HealthProbeParameters healthProbeSettings)Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.DeepCreatedOriginGroupDeepCreatedOriginGroup. withName(String name)Set the name property: Origin group name which must be unique within the endpoint.DeepCreatedOriginGroupDeepCreatedOriginGroup. withOrigins(List<ResourceReference> origins)Set the origins property: The source of the content being delivered via CDN within given origin group.DeepCreatedOriginGroupDeepCreatedOriginGroup. 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.DeepCreatedOriginGroupDeepCreatedOriginGroup. 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.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeepCreatedOriginGroup Modifier and Type Method Description List<DeepCreatedOriginGroup>EndpointProperties. originGroups()Get the originGroups property: The origin groups comprising of origins that are used for load balancing the traffic based on availability.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type DeepCreatedOriginGroup Modifier and Type Method Description EndpointPropertiesEndpointProperties. withOriginGroups(List<DeepCreatedOriginGroup> originGroups)Set the originGroups property: The origin groups comprising of origins that are used for load balancing the traffic based on availability.
-