Uses of Class
com.microsoft.azure.management.network.LoadDistribution
-
Packages that use LoadDistribution Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of LoadDistribution in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as LoadDistribution Modifier and Type Field Description static LoadDistributionLoadDistribution. DEFAULTStatic value Default for LoadDistribution.static LoadDistributionLoadDistribution. SOURCE_IPStatic value SourceIP for LoadDistribution.static LoadDistributionLoadDistribution. SOURCE_IPPROTOCOLStatic value SourceIPProtocol for LoadDistribution.Methods in com.microsoft.azure.management.network that return LoadDistribution Modifier and Type Method Description static LoadDistributionLoadDistribution. fromString(String name)Creates or finds a LoadDistribution from its string representation.LoadDistributionLoadBalancingRule. loadDistribution()Methods in com.microsoft.azure.management.network that return types with arguments of type LoadDistribution Modifier and Type Method Description static Collection<LoadDistribution>LoadDistribution. values()Methods in com.microsoft.azure.management.network with parameters of type LoadDistribution Modifier and Type Method Description LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>LoadBalancingRule.DefinitionStages.WithLoadDistribution. withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution. withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.LoadBalancingRule.UpdateLoadBalancingRule.UpdateStages.WithLoadDistribution. withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.
-