| 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 |
|---|---|
OutboundRuleInner |
LoadBalancerOutboundRulesClient.get(String resourceGroupName,
String loadBalancerName,
String outboundRuleName)
Gets the specified load balancer outbound rule.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundRuleInner |
OutboundRuleInner.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)
Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.
|
OutboundRuleInner |
OutboundRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)
Set the backendAddressPool property: A reference to a pool of DIPs.
|
OutboundRuleInner |
OutboundRuleInner.withEnableTcpReset(Boolean enableTcpReset)
Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected
connection termination.
|
OutboundRuleInner |
OutboundRuleInner.withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations)
Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.
|
OutboundRuleInner |
OutboundRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)
Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.
|
OutboundRuleInner |
OutboundRuleInner.withName(String name)
Set the name property: The name of the resource that is unique within the set of outbound rules used by the load
balancer.
|
OutboundRuleInner |
OutboundRuleInner.withProtocol(LoadBalancerOutboundRuleProtocol protocol)
Set the protocol property: The protocol for the outbound rule in load balancer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.