Interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages
-
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration
public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStagesGrouping of application gateway backend HTTPS configuration definition stages applicable as part of an application gateway update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ReturnT>The first stage of an application gateway backend HTTP configuration definition.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAffinity<ReturnT>The stage of an application gateway backend HTTP configuration allowing to enable or disable cookie based affinity.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach<ReturnT>The final stage of an application gateway backend HTTP configuration definition.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert<ReturnT>The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate, specify other options or attach to the parent application gateway update.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAuthenticationCertificate<ReturnT>The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithConnectionDraining<ReturnT>The stage of an application gateway backend HTTP configuration allowing to control connection draining.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithCookieName<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the name for the affinity cookie.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the host header.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithPath<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the path to use as the prefix for all HTTP requests.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithPort<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the port number.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProbe<ReturnT>The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the protocol.static interfaceApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithRequestTimeout<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the request timeout.
-