public interface ApplicationGatewayRequestRoutingRule extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner>, ChildResource<ApplicationGateway>, HasPublicIPAddress, HasSslCertificate<ApplicationGatewaySslCertificate>, HasFrontendPort, HasBackendPort, HasHostName, HasCookieBasedAffinity, HasServerNameIndication
Modifier and Type | Interface and Description |
---|---|
static interface |
ApplicationGatewayRequestRoutingRule.Definition<ParentT>
The entirety of an application gateway request routing rule definition.
|
static interface |
ApplicationGatewayRequestRoutingRule.DefinitionStages
Grouping of application gateway request routing rule definition stages.
|
static interface |
ApplicationGatewayRequestRoutingRule.Update
The entirety of an application gateway request routing rule update as part of an application gateway update.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>
The entirety of an application gateway request routing rule definition as part of an application gateway update.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages
Grouping of application gateway request routing rule definition stages applicable as part of an application gateway update.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateStages
Grouping of application gateway request routing rule update stages.
|
inner
key
name
parent
getPublicIPAddress, publicIPAddressId
sslCertificate
frontendPort
backendPort
hostName
cookieBasedAffinity
requiresServerNameIndication
@Beta(value=V1_4_0) ApplicationGatewayRedirectConfiguration redirectConfiguration()
ApplicationGatewayProtocol frontendProtocol()
ApplicationGatewayRequestRoutingRuleType ruleType()
ApplicationGatewayBackend backend()
ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()
ApplicationGatewayListener listener()
Collection<ApplicationGatewayBackendAddress> backendAddresses()
ApplicationGatewayUrlPathMap urlPathMap()
Copyright © 2019. All rights reserved.