LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) |
Set the backendAddressPool property: A reference to a pool of DIPs.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withBackendAddressPools(List<com.azure.core.management.SubResource> backendAddressPools) |
Set the backendAddressPools property: An array of references to pool of DIPs.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withBackendPort(Integer backendPort) |
Set the backendPort property: The port used for internal connections on the endpoint.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withDisableOutboundSnat(Boolean disableOutboundSnat) |
Set the disableOutboundSnat property: Configures SNAT for the VMs in the backend pool to use the publicIP address
specified in the frontend of the load balancing rule.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withEnableFloatingIp(Boolean enableFloatingIp) |
Set the enableFloatingIp property: Configures a virtual machine's endpoint for the floating IP capability
required to configure a SQL AlwaysOn Availability Group.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withEnableTcpReset(Boolean enableTcpReset) |
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) |
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withFrontendPort(int frontendPort) |
Set the frontendPort property: The port for the external endpoint.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) |
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withLoadDistribution(LoadDistribution loadDistribution) |
Set the loadDistribution property: The load distribution policy for this rule.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withProbe(com.azure.core.management.SubResource probe) |
Set the probe property: The reference to the load balancer probe used by the load balancing rule.
|
LoadBalancingRulePropertiesFormat |
LoadBalancingRulePropertiesFormat.withProtocol(TransportProtocol protocol) |
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
|