Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancingRuleInner
-
Packages that use LoadBalancingRuleInner 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.com.azure.resourcemanager.network.models 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 LoadBalancingRuleInner Modifier and Type Method Description LoadBalancingRuleInnerLoadBalancerLoadBalancingRulesClient. 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 LoadBalancingRuleInner Modifier and Type Method Description Mono<LoadBalancingRuleInner>LoadBalancerLoadBalancingRulesClient. 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>LoadBalancerLoadBalancingRulesClient. list(String resourceGroupName, String loadBalancerName)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>LoadBalancerLoadBalancingRulesClient. listAsync(String resourceGroupName, String loadBalancerName)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 LoadBalancingRuleInner Modifier and Type Method Description LoadBalancingRuleInnerLoadBalancingRuleInner. withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)Set the backendAddressPool property: A reference to a pool of DIPs.LoadBalancingRuleInnerLoadBalancingRuleInner. withBackendAddressPools(List<com.azure.core.management.SubResource> backendAddressPools)Set the backendAddressPools property: An array of references to pool of DIPs.LoadBalancingRuleInnerLoadBalancingRuleInner. withBackendPort(Integer backendPort)Set the backendPort property: The port used for internal connections on the endpoint.LoadBalancingRuleInnerLoadBalancingRuleInner. 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.LoadBalancingRuleInnerLoadBalancingRuleInner. 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.LoadBalancingRuleInnerLoadBalancingRuleInner. withEnableTcpReset(Boolean enableTcpReset)Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.LoadBalancingRuleInnerLoadBalancingRuleInner. withFrontendIpConfiguration(com.azure.core.management.SubResource frontendIpConfiguration)Set the frontendIpConfiguration property: A reference to frontend IP addresses.LoadBalancingRuleInnerLoadBalancingRuleInner. withFrontendPort(Integer frontendPort)Set the frontendPort property: The port for the external endpoint.LoadBalancingRuleInnerLoadBalancingRuleInner. withId(String id)LoadBalancingRuleInnerLoadBalancingRuleInner. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.LoadBalancingRuleInnerLoadBalancingRuleInner. withLoadDistribution(LoadDistribution loadDistribution)Set the loadDistribution property: The load distribution policy for this rule.LoadBalancingRuleInnerLoadBalancingRuleInner. 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.LoadBalancingRuleInnerLoadBalancingRuleInner. withProbe(com.azure.core.management.SubResource probe)Set the probe property: The reference to the load balancer probe used by the load balancing rule.LoadBalancingRuleInnerLoadBalancingRuleInner. 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 LoadBalancingRuleInner Modifier and Type Method Description List<LoadBalancingRuleInner>LoadBalancerInner. loadBalancingRules()Get the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.List<LoadBalancingRuleInner>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 LoadBalancingRuleInner Modifier and Type Method Description LoadBalancerInnerLoadBalancerInner. withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules)Set the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat. 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 LoadBalancingRuleInner Modifier and Type Method Description List<LoadBalancingRuleInner>LoadBalancerLoadBalancingRuleListResult. 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 LoadBalancingRuleInner Modifier and Type Method Description LoadBalancerLoadBalancingRuleListResultLoadBalancerLoadBalancingRuleListResult. withValue(List<LoadBalancingRuleInner> value)Set the value property: A list of load balancing rules in a load balancer.
-