Uses of Class
com.azure.resourcemanager.network.fluent.models.OutboundRulePropertiesFormat
Packages that use OutboundRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of OutboundRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type OutboundRulePropertiesFormatModifier and TypeClassDescriptionfinal classOutbound rule of the load balancer.Methods in com.azure.resourcemanager.network.fluent.models that return OutboundRulePropertiesFormatModifier and TypeMethodDescriptionstatic OutboundRulePropertiesFormatOutboundRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundRulePropertiesFormat from the JsonReader.OutboundRulePropertiesFormat.withAllocatedOutboundPorts(Integer allocatedOutboundPorts) Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.OutboundRulePropertiesFormat.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: A reference to a pool of DIPs.OutboundRulePropertiesFormat.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.OutboundRulePropertiesFormat.withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations) Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.OutboundRulePropertiesFormat.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.OutboundRulePropertiesFormat.withProtocol(LoadBalancerOutboundRuleProtocol protocol) Set the protocol property: The protocol for the outbound rule in load balancer.