Uses of Class
com.azure.resourcemanager.cdn.models.AfdOriginGroupUpdateParameters
-
Packages that use AfdOriginGroupUpdateParameters 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. -
-
Uses of AfdOriginGroupUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdOriginGroupUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner>AfdOriginGroupsClient. beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)Updates an existing origin group within a profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner>AfdOriginGroupsClient. beginUpdate(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)Updates an existing origin group within a profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdOriginGroupInner>,AfdOriginGroupInner>AfdOriginGroupsClient. beginUpdateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)Updates an existing origin group within a profile.AfdOriginGroupInnerAfdOriginGroupsClient. update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)Updates an existing origin group within a profile.AfdOriginGroupInnerAfdOriginGroupsClient. update(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties, com.azure.core.util.Context context)Updates an existing origin group within a profile.Mono<AfdOriginGroupInner>AfdOriginGroupsClient. updateAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)Updates an existing origin group within a profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdOriginGroupsClient. updateWithResponseAsync(String resourceGroupName, String profileName, String originGroupName, AfdOriginGroupUpdateParameters originGroupUpdateProperties)Updates an existing origin group within a profile. -
Uses of AfdOriginGroupUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdOriginGroupUpdateParameters Modifier and Type Method Description AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. withHealthProbeSettings(HealthProbeParameters healthProbeSettings)Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings)Set the loadBalancingSettings property: Load balancing settings for a backend pool.AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. withResponseBasedAfdOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings)Set the responseBasedAfdOriginErrorDetectionSettings property: The JSON object that contains the properties to determine origin health using real requests/responses.AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. withSessionAffinityState(EnabledState sessionAffinityState)Set the sessionAffinityState property: Whether to allow session affinity on this host.AfdOriginGroupUpdateParametersAfdOriginGroupUpdateParameters. 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.
-