public static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway request routing rule definition.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway request routing rule definition.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackend<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the backend to
associate the routing rule with.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddress<ParentT>
The stage of an application gateway request routing rule definition allowing to add an address to the backend
used by this request routing rule.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>
The stage of an application gateway request routing rule definition allowing to add more backend addresses,
start specifying optional settings, or finish the definition by attaching it to the parent application
gateway.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrRedirect<ParentT>
The stage of an application gateway request routing rule definition allowing to select either a backend or a
redirect configuration.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrSniOrRedirect<ParentT>
The stage of an application gateway request routing rule allowing to specify backend HTTP settings, or SNI,
or a redirect configuration.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the backend HTTP
settings configuration to associate the routing rule with.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigurationOrSni<ParentT>
The stage of an application gateway request routing rule definition allowing to require server name
indication if the application gateway is serving multiple websites in its backends and SSL is required.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT>
The stage of an application gateway request routing rule definition allowing to add an address to specify an
existing backend to associate with this request routing rule or create a new backend with an auto-generated
name and addresses to it.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithCookieBasedAffinity<ParentT>
The stage of an application gateway request routing rule allowing to enable cookie based affinity.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontend<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the frontend for the
rule to apply to.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithFrontendPort<ParentT>
The stage of an application gateway request routing rule definition allowing to create an associate listener
and frontend for a specific port number and protocol.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithHostname<ParentT>
The stage of an application gateway request routing rule definition allowing to specify the host name of a
backend website for the listener to receive traffic for.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListener<ParentT>
The stage of an application gateway request routing rule definition allowing to specify an existing listener
to associate the routing rule with.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithListenerOrFrontend<ParentT>
The stage of an application gateway request routing rule definition allowing to associate an existing
listener with the rule, or create a new one implicitly by specifying the frontend to listen to.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithRedirectConfig<ParentT>
The stage of an application gateway request routing rule definition allowing to associate the rule with a
redirect configuration.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithServerNameIndication<ParentT>
The stage of an application gateway request routing rule definition allowing to require server name
indication.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslCertificate<ParentT>
The stage of an application gateway request routing rule allowing to specify an SSL certificate.
|
static interface |
ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslPassword<ParentT>
The stage of an application gateway request routing rule allowing to specify an SSL certificate.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.