Interface ApplicationGatewayListener.DefinitionStages
-
- Enclosing interface:
- ApplicationGatewayListener
public static interface ApplicationGatewayListener.DefinitionStagesGrouping of application gateway HTTP listener configuration stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayListener.DefinitionStages.Blank<ParentT>The first stage of an application gateway HTTP listener.static interfaceApplicationGatewayListener.DefinitionStages.WithAttach<ParentT>The final stage of an application gateway HTTP listener.static interfaceApplicationGatewayListener.DefinitionStages.WithFrontend<ParentT>The stage of an application gateway frontend listener definition allowing to specify the frontend IP configuration to associate the listener with.static interfaceApplicationGatewayListener.DefinitionStages.WithFrontendPort<ParentT>The stage of an application gateway frontend listener definition allowing to specify the frontend port to associate the listener with.static interfaceApplicationGatewayListener.DefinitionStages.WithHostname<ParentT>The stage of an application gateway frontend listener definition allowing to specify the hostname of the website for which the traffic is received.static interfaceApplicationGatewayListener.DefinitionStages.WithProtocol<ParentT>The stage of an application gateway frontend listener definition allowing to specify the protocol.static interfaceApplicationGatewayListener.DefinitionStages.WithServerNameIndication<ParentT>The stage of an application gateway frontend listener definition allowing to require server name indication (SNI).static interfaceApplicationGatewayListener.DefinitionStages.WithSslCertificate<ParentT>The stage of an application gateway frontend listener definition allowing to specify the SSL certificate to associate with the listener.static interfaceApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>The stage of an application gateway frontend listener definition allowing to specify the password for the private key of the imported SSL certificate.
-