public interface ApplicationGatewayBackend extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner>, ChildResource<ApplicationGateway>, HasBackendNics
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayBackend.Definition<ParentT>
The entirety of an application gateway backend definition.
|
static interface |
ApplicationGatewayBackend.DefinitionStages
Grouping of application gateway backend definition stages.
|
static interface |
ApplicationGatewayBackend.Update
The entirety of an application gateway backend update as part of an application gateway update.
|
static interface |
ApplicationGatewayBackend.UpdateDefinition<ParentT>
The entirety of an application gateway backend definition as part of an application gateway update.
|
static interface |
ApplicationGatewayBackend.UpdateDefinitionStages
Grouping of application gateway backend definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayBackend.UpdateStages
Grouping of application gateway backend update stages.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationGatewayBackendAddress> |
addresses() |
boolean |
containsFqdn(String fqdn)
Checks whether the specified FQDN is referenced by this backend address pool.
|
boolean |
containsIPAddress(String ipAddress)
Checks whether the specified IP address is referenced by this backend address pool.
|
inner
key
name
parent
backendNicIPConfigurationNames
Collection<ApplicationGatewayBackendAddress> addresses()
boolean containsIPAddress(String ipAddress)
ipAddress
- an IP addressboolean containsFqdn(String fqdn)
fqdn
- a fully qualified domain name (FQDN)Copyright © 2019. All rights reserved.