Uses of Class
com.azure.resourcemanager.network.fluent.models.BackendAddressPoolPropertiesFormat
Packages that use BackendAddressPoolPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of BackendAddressPoolPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BackendAddressPoolPropertiesFormatModifier and TypeMethodDescriptionBackendAddressPoolPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendAddressPoolPropertiesFormat from the JsonReader.BackendAddressPoolPropertiesFormat.withDrainPeriodInSeconds(Integer drainPeriodInSeconds) Set the drainPeriodInSeconds property: Amount of seconds Load Balancer waits for before sending RESET to client and backend address.BackendAddressPoolPropertiesFormat.withLoadBalancerBackendAddresses(List<LoadBalancerBackendAddress> loadBalancerBackendAddresses) Set the loadBalancerBackendAddresses property: An array of backend addresses.BackendAddressPoolPropertiesFormat.withLocation(String location) Set the location property: The location of the backend address pool.BackendAddressPoolPropertiesFormat.withSyncMode(SyncMode syncMode) Set the syncMode property: Backend address synchronous mode for the backend pool.BackendAddressPoolPropertiesFormat.withTunnelInterfaces(List<GatewayLoadBalancerTunnelInterface> tunnelInterfaces) Set the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.BackendAddressPoolPropertiesFormat.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork) Set the virtualNetwork property: A reference to a virtual network.