public class AfdOriginGroupInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
AfdOriginGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
|
HealthProbeParameters |
healthProbeSettings()
Get the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of
the origin.
|
LoadBalancingSettingsParameters |
loadBalancingSettings()
Get the loadBalancingSettings property: Load balancing settings for a backend pool.
|
AfdProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning status.
|
ResponseBasedOriginErrorDetectionParameters |
responseBasedAfdOriginErrorDetectionSettings()
Get the responseBasedAfdOriginErrorDetectionSettings property: The JSON object that contains the properties to
determine origin health using real requests/responses.
|
EnabledState |
sessionAffinityState()
Get the sessionAffinityState property: Whether to allow session affinity on this host.
|
SystemData |
systemData()
Get the systemData property: Read only system data.
|
Integer |
trafficRestorationTimeToHealedOrNewEndpointsInMinutes()
Get 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.
|
void |
validate()
Validates the instance.
|
AfdOriginGroupInner |
withHealthProbeSettings(HealthProbeParameters healthProbeSettings)
Set the healthProbeSettings property: Health probe settings to the origin that is used to determine the health of
the origin.
|
AfdOriginGroupInner |
withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings)
Set the loadBalancingSettings property: Load balancing settings for a backend pool.
|
AfdOriginGroupInner |
withResponseBasedAfdOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings)
Set the responseBasedAfdOriginErrorDetectionSettings property: The JSON object that contains the properties to
determine origin health using real requests/responses.
|
AfdOriginGroupInner |
withSessionAffinityState(EnabledState sessionAffinityState)
Set the sessionAffinityState property: Whether to allow session affinity on this host.
|
AfdOriginGroupInner |
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.
|
public LoadBalancingSettingsParameters loadBalancingSettings()
public AfdOriginGroupInner withLoadBalancingSettings(LoadBalancingSettingsParameters loadBalancingSettings)
loadBalancingSettings - the loadBalancingSettings value to set.public HealthProbeParameters healthProbeSettings()
public AfdOriginGroupInner withHealthProbeSettings(HealthProbeParameters healthProbeSettings)
healthProbeSettings - the healthProbeSettings value to set.public Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes()
public AfdOriginGroupInner withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes)
trafficRestorationTimeToHealedOrNewEndpointsInMinutes - the
trafficRestorationTimeToHealedOrNewEndpointsInMinutes value to set.public ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings()
public AfdOriginGroupInner withResponseBasedAfdOriginErrorDetectionSettings(ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings)
responseBasedAfdOriginErrorDetectionSettings - the responseBasedAfdOriginErrorDetectionSettings value to
set.public EnabledState sessionAffinityState()
public AfdOriginGroupInner withSessionAffinityState(EnabledState sessionAffinityState)
sessionAffinityState - the sessionAffinityState value to set.public AfdProvisioningState provisioningState()
public DeploymentStatus deploymentStatus()
public SystemData systemData()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.