public class ApplicationGatewayBackendAddressPool
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ApplicationGatewayBackendAddressPool() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationGatewayBackendAddress> |
backendAddresses()
Get backend addresses.
|
List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> |
backendIPConfigurations()
Get collection of references to IPs defined in network interfaces.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get name of the backend address pool that is unique within an Application Gateway.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the backend address pool resource.
|
String |
type()
Get type of the resource.
|
ApplicationGatewayBackendAddressPool |
withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
Set backend addresses.
|
ApplicationGatewayBackendAddressPool |
withName(String name)
Set name of the backend address pool that is unique within an Application Gateway.
|
public ApplicationGatewayBackendAddressPool()
public List<com.microsoft.azure.management.network.implementation.NetworkInterfaceIPConfigurationInner> backendIPConfigurations()
public List<ApplicationGatewayBackendAddress> backendAddresses()
public ApplicationGatewayBackendAddressPool withBackendAddresses(List<ApplicationGatewayBackendAddress> backendAddresses)
backendAddresses - the backendAddresses value to setpublic ProvisioningState provisioningState()
public String name()
public ApplicationGatewayBackendAddressPool withName(String name)
name - the name value to setpublic String etag()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/