Interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages
-
- Enclosing interface:
- ApplicationGatewayBackendHttpConfiguration
public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStagesGrouping of application gateway backend HTTPS configuration stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ReturnT>The first stage of an application gateway backend HTTP configuration.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<ReturnT>The stage of an application gateway backend HTTP configuration allowing to enable cookie based affinity.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ReturnT>The final stage of an application gateway backend HTTP configuration.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.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 definition.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAuthenticationCertificate<ReturnT>The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithConnectionDraining<ReturnT>The stage of an application gateway backend HTTP configuration allowing to control connection draining.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the name for the affinity cookie.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the host header.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.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.DefinitionStages.WithPort<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the port number.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ReturnT>The stage of an application gateway backend HTTP configuration allowing to associate an existing probe.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the protocol.static interfaceApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithRequestTimeout<ReturnT>The stage of an application gateway backend HTTP configuration allowing to specify the request timeout.
-