Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerOutboundRuleListResult
Packages that use LoadBalancerOutboundRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerOutboundRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type LoadBalancerOutboundRuleListResultModifier and TypeClassDescriptionfinal classResponse for ListOutboundRule API service call.Methods in com.azure.resourcemanager.network.models that return LoadBalancerOutboundRuleListResultModifier and TypeMethodDescriptionLoadBalancerOutboundRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerOutboundRuleListResult from the JsonReader.LoadBalancerOutboundRuleListResult.withValue(List<OutboundRuleInner> value) Set the value property: A list of outbound rules in a load balancer.