Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendAddressPool
Packages that use ApplicationGatewayBackendAddressPool
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendAddressPool in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthOnDemandInner.backendAddressPool()Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionNetworkInterfaceIpConfigurationInner.applicationGatewayBackendAddressPools()Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInner.applicationGatewayBackendAddressPools()Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.ApplicationGatewayInner.backendAddressPools()Get the backendAddressPools property: Backend address pool of the application gateway resource.ApplicationGatewayPropertiesFormat.backendAddressPools()Get the backendAddressPools property: Backend address pool of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthOnDemandInner.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool) Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionNetworkInterfaceIpConfigurationInner.withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInner.withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools) Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.ApplicationGatewayInner.withBackendAddressPools(List<ApplicationGatewayBackendAddressPool> backendAddressPools) Set the backendAddressPools property: Backend address pool of the application gateway resource.ApplicationGatewayPropertiesFormat.withBackendAddressPools(List<ApplicationGatewayBackendAddressPool> backendAddressPools) Set the backendAddressPools property: Backend address pool of the application gateway resource. -
Uses of ApplicationGatewayBackendAddressPool in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.backendAddressPool()Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendAddressPool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendAddressPool from the JsonReader.ApplicationGatewayBackendAddressPool.withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses) Set the backendAddresses property: Backend addresses.Set the name property: Name of the backend address pool that is unique within an Application Gateway.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayBackendAddressPoolModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool) Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.