Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerFrontendIpConfigurationListResult
Packages that use LoadBalancerFrontendIpConfigurationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerFrontendIpConfigurationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type LoadBalancerFrontendIpConfigurationListResultModifier and TypeClassDescriptionfinal classResponse for ListFrontendIPConfiguration API service call.Methods in com.azure.resourcemanager.network.models that return LoadBalancerFrontendIpConfigurationListResultModifier and TypeMethodDescriptionLoadBalancerFrontendIpConfigurationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerFrontendIpConfigurationListResult from the JsonReader.LoadBalancerFrontendIpConfigurationListResult.withValue(List<FrontendIpConfigurationInner> value) Set the value property: A list of frontend IP configurations in a load balancer.