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