Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerHealthPerRulePerBackendAddress
Packages that use LoadBalancerHealthPerRulePerBackendAddress
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerHealthPerRulePerBackendAddress in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type LoadBalancerHealthPerRulePerBackendAddressModifier 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 LoadBalancerHealthPerRulePerBackendAddressModifier and TypeMethodDescriptionLoadBalancerHealthPerRuleInner.withLoadBalancerBackendAddresses(List<LoadBalancerHealthPerRulePerBackendAddress> loadBalancerBackendAddresses) Set the loadBalancerBackendAddresses property: Information about the health per rule of the backend addresses. -
Uses of LoadBalancerHealthPerRulePerBackendAddress in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type LoadBalancerHealthPerRulePerBackendAddressModifier and TypeClassDescriptionfinal classThe information about health per rule per backend address.Methods in com.azure.resourcemanager.network.models that return LoadBalancerHealthPerRulePerBackendAddressModifier and TypeMethodDescriptionLoadBalancerHealthPerRulePerBackendAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerHealthPerRulePerBackendAddress from the JsonReader.LoadBalancerHealthPerRulePerBackendAddress.withIpAddress(String ipAddress) Set the ipAddress property: The IP address belonging to the backend address.LoadBalancerHealthPerRulePerBackendAddress.withNetworkInterfaceIpConfigurationId(String networkInterfaceIpConfigurationId) Set the networkInterfaceIpConfigurationId property: Resource ID of the Network Interface IP Configuration.LoadBalancerHealthPerRulePerBackendAddress.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.