Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthPool
Packages that use ApplicationGatewayBackendHealthPool
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayBackendHealthPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthInner.backendAddressPools()Get the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendHealthPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthInner.withBackendAddressPools(List<ApplicationGatewayBackendHealthPool> backendAddressPools) Set the backendAddressPools property: A list of ApplicationGatewayBackendHealthPool resources. -
Uses of ApplicationGatewayBackendHealthPool in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type ApplicationGatewayBackendHealthPool in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceA client-side representation of the health information of an application gateway backend.Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewayBackendHealthPoolModifier and TypeClassDescriptionfinal classApplication gateway BackendHealth pool.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHealthPool from the JsonReader.ApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool) Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendHealthPool.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection) Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.