Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancerPropertiesFormat
Packages that use LoadBalancerPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of LoadBalancerPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerPropertiesFormatModifier and TypeMethodDescriptionstatic LoadBalancerPropertiesFormatLoadBalancerPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerPropertiesFormat from the JsonReader.LoadBalancerPropertiesFormat.withBackendAddressPools(List<BackendAddressPoolInner> backendAddressPools) Set the backendAddressPools property: Collection of backend address pools used by a load balancer.LoadBalancerPropertiesFormat.withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations) Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.LoadBalancerPropertiesFormat.withInboundNatPools(List<InboundNatPool> inboundNatPools) Set the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer.LoadBalancerPropertiesFormat.withInboundNatRules(List<InboundNatRuleInner> inboundNatRules) Set the inboundNatRules property: Collection of inbound NAT Rules used by a load balancer.LoadBalancerPropertiesFormat.withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules) Set the loadBalancingRules property: Object collection representing the load balancing rules Gets the provisioning.LoadBalancerPropertiesFormat.withOutboundRules(List<OutboundRuleInner> outboundRules) Set the outboundRules property: The outbound rules.LoadBalancerPropertiesFormat.withProbes(List<ProbeInner> probes) Set the probes property: Collection of probe objects used in the load balancer.