Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdOriginGroupUpdatePropertiesParameters
Packages that use AfdOriginGroupUpdatePropertiesParameters
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of AfdOriginGroupUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Subclasses of AfdOriginGroupUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.modelsModifier and TypeClassDescriptionfinal classThe JSON object that contains the properties of the origin group.Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type AfdOriginGroupUpdatePropertiesParametersModifier and TypeClassDescriptionclassThe JSON object that contains the properties of the origin group.Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdOriginGroupUpdatePropertiesParametersModifier and TypeMethodDescriptionAfdOriginGroupUpdatePropertiesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AfdOriginGroupUpdatePropertiesParameters from the JsonReader.AfdOriginGroupUpdatePropertiesParameters.withHealthProbeSettings(HealthProbeParameters healthProbeSettings) Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of the origin.AfdOriginGroupUpdatePropertiesParameters.withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings for a backend pool.AfdOriginGroupUpdatePropertiesParameters.withSessionAffinityState(EnabledState sessionAffinityState) Set the sessionAffinityState property: Whether to allow session affinity on this host.AfdOriginGroupUpdatePropertiesParameters.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.