Uses of Class
com.azure.resourcemanager.network.fluent.models.LoadBalancerBackendAddressPropertiesFormat
Packages that use LoadBalancerBackendAddressPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of LoadBalancerBackendAddressPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return LoadBalancerBackendAddressPropertiesFormatModifier and TypeMethodDescriptionLoadBalancerBackendAddressPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LoadBalancerBackendAddressPropertiesFormat from the JsonReader.LoadBalancerBackendAddressPropertiesFormat.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.LoadBalancerBackendAddressPropertiesFormat.withIpAddress(String ipAddress) Set the ipAddress property: IP Address belonging to the referenced virtual network.LoadBalancerBackendAddressPropertiesFormat.withLoadBalancerFrontendIpConfiguration(com.azure.core.management.SubResource loadBalancerFrontendIpConfiguration) Set the loadBalancerFrontendIpConfiguration property: Reference to the frontend ip address configuration defined in regional loadbalancer.LoadBalancerBackendAddressPropertiesFormat.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference to an existing subnet.LoadBalancerBackendAddressPropertiesFormat.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork) Set the virtualNetwork property: Reference to an existing virtual network.