Uses of Class
com.azure.resourcemanager.network.fluent.models.OutboundRuleInner
-
Packages that use OutboundRuleInner 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 OutboundRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return OutboundRuleInner Modifier and Type Method Description OutboundRuleInnerLoadBalancerOutboundRulesClient. get(String resourceGroupName, String loadBalancerName, String outboundRuleName)Gets the specified load balancer outbound rule.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type OutboundRuleInner Modifier and Type Method Description Mono<OutboundRuleInner>LoadBalancerOutboundRulesClient. getAsync(String resourceGroupName, String loadBalancerName, String outboundRuleName)Gets the specified load balancer outbound rule.com.azure.core.http.rest.Response<OutboundRuleInner>LoadBalancerOutboundRulesClient. getWithResponse(String resourceGroupName, String loadBalancerName, String outboundRuleName, com.azure.core.util.Context context)Gets the specified load balancer outbound rule.Mono<com.azure.core.http.rest.Response<OutboundRuleInner>>LoadBalancerOutboundRulesClient. getWithResponseAsync(String resourceGroupName, String loadBalancerName, String outboundRuleName)Gets the specified load balancer outbound rule.com.azure.core.http.rest.PagedIterable<OutboundRuleInner>LoadBalancerOutboundRulesClient. list(String resourceGroupName, String loadBalancerName)Gets all the outbound rules in a load balancer.com.azure.core.http.rest.PagedIterable<OutboundRuleInner>LoadBalancerOutboundRulesClient. list(String resourceGroupName, String loadBalancerName, com.azure.core.util.Context context)Gets all the outbound rules in a load balancer.com.azure.core.http.rest.PagedFlux<OutboundRuleInner>LoadBalancerOutboundRulesClient. listAsync(String resourceGroupName, String loadBalancerName)Gets all the outbound rules in a load balancer. -
Uses of OutboundRuleInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return OutboundRuleInner Modifier and Type Method Description OutboundRuleInnerOutboundRuleInner. withAllocatedOutboundPorts(Integer allocatedOutboundPorts)Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.OutboundRuleInnerOutboundRuleInner. withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool)Set the backendAddressPool property: A reference to a pool of DIPs.OutboundRuleInnerOutboundRuleInner. withEnableTcpReset(Boolean enableTcpReset)Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.OutboundRuleInnerOutboundRuleInner. withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations)Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.OutboundRuleInnerOutboundRuleInner. withId(String id)OutboundRuleInnerOutboundRuleInner. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.OutboundRuleInnerOutboundRuleInner. 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.OutboundRuleInnerOutboundRuleInner. withProtocol(LoadBalancerOutboundRuleProtocol protocol)Set the protocol property: The protocol for the outbound rule in load balancer.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type OutboundRuleInner Modifier and Type Method Description List<OutboundRuleInner>LoadBalancerInner. outboundRules()Get the outboundRules property: The outbound rules.List<OutboundRuleInner>LoadBalancerPropertiesFormat. outboundRules()Get the outboundRules property: The outbound rules.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type OutboundRuleInner Modifier and Type Method Description LoadBalancerInnerLoadBalancerInner. withOutboundRules(List<OutboundRuleInner> outboundRules)Set the outboundRules property: The outbound rules.LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat. withOutboundRules(List<OutboundRuleInner> outboundRules)Set the outboundRules property: The outbound rules. -
Uses of OutboundRuleInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type OutboundRuleInner Modifier and Type Method Description List<OutboundRuleInner>LoadBalancerOutboundRuleListResult. value()Get the value property: A list of outbound rules in a load balancer.Method parameters in com.azure.resourcemanager.network.models with type arguments of type OutboundRuleInner Modifier and Type Method Description LoadBalancerOutboundRuleListResultLoadBalancerOutboundRuleListResult. withValue(List<OutboundRuleInner> value)Set the value property: A list of outbound rules in a load balancer.
-