Interface ApplicationGatewayListener.UpdateStages
-
- Enclosing interface:
- ApplicationGatewayListener
public static interface ApplicationGatewayListener.UpdateStagesGrouping of application gateway HTTP listener update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayListener.UpdateStages.WithFrontendThe stage of an application gateway frontend listener update allowing to specify the frontend IP configuration to associate the listener with.static interfaceApplicationGatewayListener.UpdateStages.WithFrontendPortThe stage of an application gateway frontend listener update allowing to specify the frontend port to associate the listener with.static interfaceApplicationGatewayListener.UpdateStages.WithHostnameThe stage of an application gateway frontend listener update allowing to specify the hostname of the website for which the traffic is received.static interfaceApplicationGatewayListener.UpdateStages.WithProtocolThe stage of an application gateway frontend listener update allowing to specify the protocol.static interfaceApplicationGatewayListener.UpdateStages.WithServerNameIndicationThe stage of an application gateway frontend listener update allowing to require server name indication (SNI).static interfaceApplicationGatewayListener.UpdateStages.WithSslCertificateThe stage of an application gateway frontend listener update allowing to specify the SSL certificate to associate with the listener.static interfaceApplicationGatewayListener.UpdateStages.WithSslPasswordThe stage of an application gateway frontend listener update allowing to specify the password for the private key of the imported SSL certificate.
-