Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayLoadDistributionTarget
Packages that use ApplicationGatewayLoadDistributionTarget
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayLoadDistributionTarget in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayLoadDistributionTargetModifier and TypeMethodDescriptionApplicationGatewayLoadDistributionPolicyPropertiesFormat.loadDistributionTargets()Get the loadDistributionTargets property: Load Distribution Targets resource of an application gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayLoadDistributionTargetModifier and TypeMethodDescriptionApplicationGatewayLoadDistributionPolicyPropertiesFormat.withLoadDistributionTargets(List<ApplicationGatewayLoadDistributionTarget> loadDistributionTargets) Set the loadDistributionTargets property: Load Distribution Targets resource of an application gateway. -
Uses of ApplicationGatewayLoadDistributionTarget in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayLoadDistributionTargetModifier and TypeMethodDescriptionApplicationGatewayLoadDistributionTarget.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayLoadDistributionTarget from the JsonReader.ApplicationGatewayLoadDistributionTarget.withBackendAddressPool(com.azure.core.management.SubResource backendAddressPool) Set the backendAddressPool property: Backend address pool resource of the application gateway.Set the name property: Name of the load distribution policy that is unique within an Application Gateway.ApplicationGatewayLoadDistributionTarget.withWeightPerServer(Integer weightPerServer) Set the weightPerServer property: Weight per server.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayLoadDistributionTargetModifier and TypeMethodDescriptionApplicationGatewayLoadDistributionPolicy.loadDistributionTargets()Get the loadDistributionTargets property: Load Distribution Targets resource of an application gateway.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayLoadDistributionTargetModifier and TypeMethodDescriptionApplicationGatewayLoadDistributionPolicy.withLoadDistributionTargets(List<ApplicationGatewayLoadDistributionTarget> loadDistributionTargets) Set the loadDistributionTargets property: Load Distribution Targets resource of an application gateway.