Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerBackendAddress
Packages that use LoadBalancerBackendAddress
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerBackendAddress in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type LoadBalancerBackendAddressModifier and TypeMethodDescriptionBackendAddressPoolInner.loadBalancerBackendAddresses()Get the loadBalancerBackendAddresses property: An array of backend addresses.BackendAddressPoolPropertiesFormat.loadBalancerBackendAddresses()Get the loadBalancerBackendAddresses property: An array of backend addresses.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type LoadBalancerBackendAddressModifier and TypeMethodDescriptionBackendAddressPoolInner.withLoadBalancerBackendAddresses(List<LoadBalancerBackendAddress> loadBalancerBackendAddresses) Set the loadBalancerBackendAddresses property: An array of backend addresses.BackendAddressPoolPropertiesFormat.withLoadBalancerBackendAddresses(List<LoadBalancerBackendAddress> loadBalancerBackendAddresses) Set the loadBalancerBackendAddresses property: An array of backend addresses. -
Uses of LoadBalancerBackendAddress in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type LoadBalancerBackendAddressModifier and TypeClassDescriptionfinal classLoad balancer backend addresses.Methods in com.azure.resourcemanager.network.models that return LoadBalancerBackendAddressModifier and TypeMethodDescriptionstatic LoadBalancerBackendAddressLoadBalancerBackendAddress.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerBackendAddress from the JsonReader.LoadBalancerBackendAddress.withAdminState(LoadBalancerBackendAddressAdminState adminState) Set the adminState property: A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.LoadBalancerBackendAddress.withIpAddress(String ipAddress) Set the ipAddress property: IP Address belonging to the referenced virtual network.LoadBalancerBackendAddress.withLoadBalancerFrontendIpConfiguration(com.azure.core.management.SubResource loadBalancerFrontendIpConfiguration) Set the loadBalancerFrontendIpConfiguration property: Reference to the frontend ip address configuration defined in regional loadbalancer.Set the name property: Name of the backend address.LoadBalancerBackendAddress.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to an existing subnet.LoadBalancerBackendAddress.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork) Set the virtualNetwork property: Reference to an existing virtual network.