Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthPool
-
Packages that use ApplicationGatewayBackendHealthPool Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayBackendHealthPool in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayBackendHealthPool Modifier and Type Method Description List<ApplicationGatewayBackendHealthPool>ApplicationGatewayBackendHealthInner. backendAddressPools()Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendHealthPool Modifier and Type Method Description ApplicationGatewayBackendHealthInnerApplicationGatewayBackendHealthInner. withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools)Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources. -
Uses of ApplicationGatewayBackendHealthPool in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthPool Modifier and Type Method Description ApplicationGatewayBackendHealthPoolApplicationGatewayBackendHealthPool. withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendHealthPoolApplicationGatewayBackendHealthPool. withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
-