Uses of Class
com.azure.resourcemanager.cdn.models.OriginGroupUpdateParameters
Packages that use OriginGroupUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of OriginGroupUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type OriginGroupUpdateParametersModifier and TypeMethodDescriptioncom.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.OriginGroupsClient.update(String resourceGroupName, String profileName, String endpointName, String originGroupName, OriginGroupUpdateParameters originGroupUpdateProperties) Updates an existing origin group within an endpoint.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.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. -
Uses of OriginGroupUpdateParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type OriginGroupUpdateParametersModifier and TypeClassDescriptionfinal classOrigin group properties needed for origin group creation or update.Methods in com.azure.resourcemanager.cdn.models that return OriginGroupUpdateParametersModifier and TypeMethodDescriptionstatic OriginGroupUpdateParametersOriginGroupUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OriginGroupUpdateParameters from the JsonReader.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.withOrigins(List<ResourceReference> origins) Set the origins property: The source of the content being delivered via CDN within given origin group.OriginGroupUpdateParameters.withResponseBasedOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings) Set the responseBasedOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.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.