Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendAddressPool
-
Packages that use ApplicationGatewayBackendAddressPool 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 ApplicationGatewayBackendAddressPool in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendAddressPool Modifier and Type Method Description ApplicationGatewayBackendAddressPoolApplicationGatewayBackendHealthOnDemandInner. 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 ApplicationGatewayBackendAddressPool Modifier and Type Method Description List<ApplicationGatewayBackendAddressPool>NetworkInterfaceIpConfigurationInner. applicationGatewayBackendAddressPools()Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.List<ApplicationGatewayBackendAddressPool>NetworkInterfaceIpConfigurationPropertiesFormatInner. applicationGatewayBackendAddressPools()Get the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.List<ApplicationGatewayBackendAddressPool>ApplicationGatewayInner. backendAddressPools()Get the backendAddressPools property: Backend address pool of the application gateway resource.List<ApplicationGatewayBackendAddressPool>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 ApplicationGatewayBackendAddressPool Modifier and Type Method Description ApplicationGatewayBackendHealthOnDemandInnerApplicationGatewayBackendHealthOnDemandInner. 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 ApplicationGatewayBackendAddressPool Modifier and Type Method Description NetworkInterfaceIpConfigurationInnerNetworkInterfaceIpConfigurationInner. withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools)Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.NetworkInterfaceIpConfigurationPropertiesFormatInnerNetworkInterfaceIpConfigurationPropertiesFormatInner. withApplicationGatewayBackendAddressPools(List<ApplicationGatewayBackendAddressPool> applicationGatewayBackendAddressPools)Set the applicationGatewayBackendAddressPools property: The reference to ApplicationGatewayBackendAddressPool resource.ApplicationGatewayInnerApplicationGatewayInner. withBackendAddressPools(List<ApplicationGatewayBackendAddressPool> backendAddressPools)Set the backendAddressPools property: Backend address pool of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. 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 ApplicationGatewayBackendAddressPool Modifier and Type Method Description ApplicationGatewayBackendAddressPoolApplicationGatewayBackendHealthPool. backendAddressPool()Get the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.ApplicationGatewayBackendAddressPoolApplicationGatewayBackendAddressPool. withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)Set the backendAddresses property: Backend addresses.ApplicationGatewayBackendAddressPoolApplicationGatewayBackendAddressPool. withId(String id)ApplicationGatewayBackendAddressPoolApplicationGatewayBackendAddressPool. withName(String name)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 ApplicationGatewayBackendAddressPool Modifier and Type Method Description ApplicationGatewayBackendHealthPoolApplicationGatewayBackendHealthPool. withBackendAddressPool(ApplicationGatewayBackendAddressPool backendAddressPool)Set the backendAddressPool property: Reference to an ApplicationGatewayBackendAddressPool resource.
-