Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancingRuleInner
Packages that use LoadBalancingRuleInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancingRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerLoadBalancingRulesClient.get(String resourceGroupName, String loadBalancerName, String loadBalancingRuleName) Gets the specified load balancer load balancing rule.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerLoadBalancingRulesClient.getAsync(String resourceGroupName, String loadBalancerName, String loadBalancingRuleName) Gets the specified load balancer load balancing rule.com.azure.core.http.rest.Response<LoadBalancingRuleInner> LoadBalancerLoadBalancingRulesClient.getWithResponse(String resourceGroupName, String loadBalancerName, String loadBalancingRuleName, com.azure.core.util.Context context) Gets the specified load balancer load balancing rule.Mono<com.azure.core.http.rest.Response<LoadBalancingRuleInner>> LoadBalancerLoadBalancingRulesClient.getWithResponseAsync(String resourceGroupName, String loadBalancerName, String loadBalancingRuleName) Gets the specified load balancer load balancing rule.com.azure.core.http.rest.PagedIterable<LoadBalancingRuleInner> Gets all the load balancing rules in a load balancer.com.azure.core.http.rest.PagedIterable<LoadBalancingRuleInner> LoadBalancerLoadBalancingRulesClient.list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context) Gets all the load balancing rules in a load balancer.com.azure.core.http.rest.PagedFlux<LoadBalancingRuleInner> Gets all the load balancing rules in a load balancer. -
Uses of LoadBalancingRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancingRuleInnerModifier and TypeMethodDescriptionstatic LoadBalancingRuleInnerLoadBalancingRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancingRuleInner from the JsonReader.LoadBalancingRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: A reference to a pool of DIPs.LoadBalancingRuleInner.withBackendAddressPools(List<com.azure.core.management.SubResource> backendAddressPools) Set the backendAddressPools property: An array of references to pool of DIPs.LoadBalancingRuleInner.withBackendPort(Integer backendPort) Set the backendPort property: The port used for internal connections on the endpoint.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.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.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.LoadBalancingRuleInner.withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration) Set the frontendIpConfiguration property: A reference to frontend IP addresses.LoadBalancingRuleInner.withFrontendPort(Integer frontendPort) Set the frontendPort property: The port for the external endpoint.LoadBalancingRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.LoadBalancingRuleInner.withLoadDistribution(LoadDistribution loadDistribution) Set the loadDistribution property: The load distribution policy for this rule.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.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.withProtocol(TransportProtocol protocol) Set the protocol property: The reference to the transport protocol used by the load balancing rule.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerInner.loadBalancingRules()Get the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.LoadBalancerPropertiesFormat.loadBalancingRules()Get the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerInner.withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules) Set the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.LoadBalancerPropertiesFormat.withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules) Set the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning. -
Uses of LoadBalancingRuleInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerLoadBalancingRuleListResult.value()Get the value property: A list of load balancing rules in a load balancer.Method parameters in com.azure.resourcemanager.network.models with type arguments of type LoadBalancingRuleInnerModifier and TypeMethodDescriptionLoadBalancerLoadBalancingRuleListResult.withValue(List<LoadBalancingRuleInner> value) Set the value property: A list of load balancing rules in a load balancer.