Uses of Class
com.azure.resourcemanager.network.fluent.models.OutboundRuleInner
Packages that use OutboundRuleInner
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 OutboundRuleInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerOutboundRulesClient.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 OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerOutboundRulesClient.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> 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> 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 OutboundRuleInnerModifier and TypeMethodDescriptionstatic OutboundRuleInnerOutboundRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundRuleInner from the JsonReader.OutboundRuleInner.withAllocatedOutboundPorts(Integer allocatedOutboundPorts) Set the allocatedOutboundPorts property: The number of outbound ports to be used for NAT.OutboundRuleInner.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: A reference to a pool of DIPs.OutboundRuleInner.withEnableTcpReset(Boolean enableTcpReset) Set the enableTcpReset property: Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination.OutboundRuleInner.withFrontendIpConfigurations(List<com.azure.core.management.SubResource> frontendIpConfigurations) Set the frontendIpConfigurations property: The Frontend IP addresses of the load balancer.OutboundRuleInner.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The timeout for the TCP idle connection.Set the name property: The name of the resource that is unique within the set of outbound rules used by the load balancer.OutboundRuleInner.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 OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerInner.outboundRules()Get the outboundRules property: The outbound rules.LoadBalancerPropertiesFormat.outboundRules()Get the outboundRules property: The outbound rules.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerInner.withOutboundRules(List<OutboundRuleInner> outboundRules) Set the outboundRules property: The outbound rules.LoadBalancerPropertiesFormat.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 OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerOutboundRuleListResult.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 OutboundRuleInnerModifier and TypeMethodDescriptionLoadBalancerOutboundRuleListResult.withValue(List<OutboundRuleInner> value) Set the value property: A list of outbound rules in a load balancer.