Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancerHealthPerRulePerBackendAddressInner
Packages that use LoadBalancerHealthPerRulePerBackendAddressInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of LoadBalancerHealthPerRulePerBackendAddressInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerHealthPerRulePerBackendAddressInnerModifier and TypeMethodDescriptionLoadBalancerHealthPerRulePerBackendAddressInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerHealthPerRulePerBackendAddressInner from the JsonReader.LoadBalancerHealthPerRulePerBackendAddressInner.withIpAddress(String ipAddress) Set the ipAddress property: The IP address belonging to the backend address.LoadBalancerHealthPerRulePerBackendAddressInner.withNetworkInterfaceIpConfigurationId(NetworkInterfaceIpConfigurationInner networkInterfaceIpConfigurationId) Set the networkInterfaceIpConfigurationId property: The id of the network interface ip configuration belonging to the backend address.LoadBalancerHealthPerRulePerBackendAddressInner.withReason(String reason) Set the reason property: The explanation of the State.Set the state property: The current health of the backend instances that is associated to the LB rule.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type LoadBalancerHealthPerRulePerBackendAddressInnerModifier and TypeMethodDescriptionLoadBalancerHealthPerRuleInner.loadBalancerBackendAddresses()Get the loadBalancerBackendAddresses property: Information about the health per rule of the backend addresses.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type LoadBalancerHealthPerRulePerBackendAddressInnerModifier and TypeMethodDescriptionLoadBalancerHealthPerRuleInner.withLoadBalancerBackendAddresses(List<LoadBalancerHealthPerRulePerBackendAddressInner> loadBalancerBackendAddresses) Set the loadBalancerBackendAddresses property: Information about the health per rule of the backend addresses.