public class ApplicationGatewayBackendHealthPool extends Object
Constructor and Description |
---|
ApplicationGatewayBackendHealthPool() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner |
backendAddressPool()
Get the backendAddressPool value.
|
List<ApplicationGatewayBackendHealthHttpSettings> |
backendHttpSettingsCollection()
Get the backendHttpSettingsCollection value.
|
ApplicationGatewayBackendHealthPool |
withBackendAddressPool(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner backendAddressPool)
Set the backendAddressPool value.
|
ApplicationGatewayBackendHealthPool |
withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
Set the backendHttpSettingsCollection value.
|
public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner backendAddressPool()
public ApplicationGatewayBackendHealthPool withBackendAddressPool(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner backendAddressPool)
backendAddressPool
- the backendAddressPool value to setpublic List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection()
public ApplicationGatewayBackendHealthPool withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)
backendHttpSettingsCollection
- the backendHttpSettingsCollection value to setCopyright © 2019. All rights reserved.