Interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewayRequestRoutingRule
public static interface ApplicationGatewayRequestRoutingRule.UpdateDefinitionStagesGrouping of application gateway request routing rule definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.Blank<ParentT>The first stage of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>The final stage of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfigOrRedirect<ParentT>The stage of an application gateway request routing rule definition allowing to select either a backend or a redirect configuration.static interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithCookieBasedAffinity<ParentT>The stage of an application gateway request routing rule allowing to enable cookie based affinity.static interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.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 interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithRedirectConfig<ParentT>The stage of an application gateway request routing rule definition allowing to associate the rule with a redirect configuration.static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithServerNameIndication<ParentT>The stage of an application gateway request routing rule definition allowing to require server name indication.static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslCertificate<ParentT>The stage of an application gateway request routing rule allowing to specify an SSL certificate.static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslPassword<ParentT>The stage of an application gateway request routing rule allowing to specify an SSL certificate.
-