| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRuleInner |
LoadBalancerLoadBalancingRulesClient.get(String resourceGroupName,
String loadBalancerName,
String loadBalancingRuleName)
Gets the specified load balancer load balancing rule.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
Set the backendAddressPool property: A reference to a pool of DIPs.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withBackendAddressPools(List<com.azure.core.management.SubResource> backendAddressPools)
Set the backendAddressPools property: An array of references to pool of DIPs.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withBackendPort(Integer backendPort)
Set the backendPort property: The port used for internal connections on the endpoint.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.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.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.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.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withEnableTcpReset(Boolean enableTcpReset)
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)
Set the frontendIpConfiguration property: A reference to frontend IP addresses.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withFrontendPort(Integer frontendPort)
Set the frontendPort property: The port for the external endpoint.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withId(String id) |
LoadBalancingRuleInner |
LoadBalancingRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withLoadDistribution(LoadDistribution loadDistribution)
Set the loadDistribution property: The load distribution policy for this rule.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withName(String name)
Set the name property: The name of the resource that is unique within the set of load balancing rules used by the
load balancer.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withProbe(com.azure.core.management.SubResource probe)
Set the probe property: The reference to the load balancer probe used by the load balancing rule.
|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.