Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancingRulePropertiesFormat
Packages that use LoadBalancingRulePropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of LoadBalancingRulePropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancingRulePropertiesFormatModifier and TypeMethodDescriptionLoadBalancingRulePropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancingRulePropertiesFormat from the JsonReader.LoadBalancingRulePropertiesFormat.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: A reference to a pool of DIPs.LoadBalancingRulePropertiesFormat.withBackendAddressPools(List<com.azure.core.management.SubResource> backendAddressPools) Set the backendAddressPools property: An array of references to pool of DIPs.LoadBalancingRulePropertiesFormat.withBackendPort(Integer backendPort) Set the backendPort property: The port used for internal connections on the endpoint.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.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.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.LoadBalancingRulePropertiesFormat.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: A reference to frontend IP addresses.LoadBalancingRulePropertiesFormat.withFrontendPort(int frontendPort) Set the frontendPort property: The port for the external endpoint.LoadBalancingRulePropertiesFormat.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.LoadBalancingRulePropertiesFormat.withLoadDistribution(LoadDistribution loadDistribution) Set the loadDistribution property: The load distribution policy for this rule.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.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.