| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeepCreatedOriginGroup |
DeepCreatedOriginGroup.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)
Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of
the origin.
|
DeepCreatedOriginGroup |
DeepCreatedOriginGroup.withName(String name)
Set the name property: Origin group name which must be unique within the endpoint.
|
DeepCreatedOriginGroup |
DeepCreatedOriginGroup.withOrigins(List<ResourceReference> origins)
Set the origins property: The source of the content being delivered via CDN within given origin group.
|
DeepCreatedOriginGroup |
DeepCreatedOriginGroup.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.
|
DeepCreatedOriginGroup |
DeepCreatedOriginGroup.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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.