| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
OriginGroupsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
OriginGroupsClient.beginUpdate(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within an endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<OriginGroupInner>,OriginGroupInner> |
OriginGroupsClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
OriginGroupInner |
OriginGroupsClient.update(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
OriginGroupInner |
OriginGroupsClient.update(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties,
com.azure.core.util.Context context)
Updates an existing origin group within an endpoint.
|
Mono<OriginGroupInner> |
OriginGroupsClient.updateAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
OriginGroupsClient.updateWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
String originGroupName,
OriginGroupUpdateParameters originGroupUpdateProperties)
Updates an existing origin group within an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
OriginGroupUpdateParameters |
OriginGroupUpdateParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings)
Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of
the origin.
|
OriginGroupUpdateParameters |
OriginGroupUpdateParameters.withOrigins(List<ResourceReference> origins)
Set the origins property: The source of the content being delivered via CDN within given origin group.
|
OriginGroupUpdateParameters |
OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings)
Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to
determine origin health using real requests/responses.
|
OriginGroupUpdateParameters |
OriginGroupUpdateParameters.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.